@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/event/4591_Saeftinghe_S4_2>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Saeftinghe_S4_2" ;
  .
<https://eurobis.org/id/event/4591_Saeftinghe_S6_4>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Saeftinghe_S6_4" ;
  .
<https://eurobis.org/id/event/4591_Saeftinghe_S8_3>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Saeftinghe_S8_3" ;
  .
<https://eurobis.org/id/event/4591_Waarde_W2_1>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Waarde_W2_1" ;
  .
<https://eurobis.org/id/event/4591_Waarde_W4_2>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Waarde_W4_2" ;
  .
<https://eurobis.org/id/event/4591_Waarde_W6_2>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Waarde_W6_2" ;
  .
<https://eurobis.org/id/event/4591_Waarde_W8_3>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Waarde_W8_3" ;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_1'^^xsd:string;
  dwc:scientificName 'Aurelia aurita'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_1'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_1'^^xsd:string;
  dwc:scientificName 'Aurelia aurita'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_1'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_1'^^xsd:string;
  dwc:scientificName 'Aurelia aurita'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_1'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_1'^^xsd:string;
  dwc:scientificName 'Aurelia aurita'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_1'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_2'^^xsd:string;
  dwc:scientificName 'Bathyporeia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '101742'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_2'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '101742'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_2'^^xsd:string;
  dwc:scientificName 'Bathyporeia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '101742'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_2'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '101742'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_2'^^xsd:string;
  dwc:scientificName 'Bathyporeia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '101742'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_2'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '101742'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_2'^^xsd:string;
  dwc:scientificName 'Bathyporeia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '101742'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_2'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '101742'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_3'^^xsd:string;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_3'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_3'^^xsd:string;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_3'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_3'^^xsd:string;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_3'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_3'^^xsd:string;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_3'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_4'^^xsd:string;
  dwc:scientificName 'Clupea harengus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_4'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_4'^^xsd:string;
  dwc:scientificName 'Clupea harengus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_4'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_4'^^xsd:string;
  dwc:scientificName 'Clupea harengus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_4'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_4'^^xsd:string;
  dwc:scientificName 'Clupea harengus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_4'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_5'^^xsd:string;
  dwc:scientificName 'Clupeidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '125464'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_5'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '125464'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_5'^^xsd:string;
  dwc:scientificName 'Clupeidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '125464'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_5'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '125464'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_5'^^xsd:string;
  dwc:scientificName 'Clupeidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '125464'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_5'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '125464'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_5'^^xsd:string;
  dwc:scientificName 'Clupeidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '125464'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_5'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125464'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_6'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_6'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_6'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_6'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_6'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_6'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_6'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_6'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_7'^^xsd:string;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_7'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_7'^^xsd:string;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_7'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_7'^^xsd:string;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_7'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_7'^^xsd:string;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_7'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_8'^^xsd:string;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_8'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_8'^^xsd:string;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_8'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_8'^^xsd:string;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_8'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_8'^^xsd:string;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_8'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_9'^^xsd:string;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_9'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_9'^^xsd:string;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_9'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_9'^^xsd:string;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_9'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_9'^^xsd:string;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_9'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_10'^^xsd:string;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_10'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_10'^^xsd:string;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_10'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_10'^^xsd:string;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_10'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_10'^^xsd:string;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_10'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_11'^^xsd:string;
  dwc:scientificName 'Gammarus zaddachi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102299'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_11'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '102299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_11'^^xsd:string;
  dwc:scientificName 'Gammarus zaddachi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102299'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_11'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '102299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_11'^^xsd:string;
  dwc:scientificName 'Gammarus zaddachi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102299'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_11'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '102299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_11'^^xsd:string;
  dwc:scientificName 'Gammarus zaddachi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '102299'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_11'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '102299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_12'^^xsd:string;
  dwc:scientificName 'Gasterosteus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_12'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_12'^^xsd:string;
  dwc:scientificName 'Gasterosteus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_12'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_12'^^xsd:string;
  dwc:scientificName 'Gasterosteus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_12'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_12'^^xsd:string;
  dwc:scientificName 'Gasterosteus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_12'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_13'^^xsd:string;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_13'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_13'^^xsd:string;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_13'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_13'^^xsd:string;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_13'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_13'^^xsd:string;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_13'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_14'^^xsd:string;
  dwc:scientificName 'Lekanesphaera rugicauda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '118958'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_14'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '118958'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_14'^^xsd:string;
  dwc:scientificName 'Lekanesphaera rugicauda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '118958'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_14'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '118958'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_14'^^xsd:string;
  dwc:scientificName 'Lekanesphaera rugicauda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '118958'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_14'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '118958'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_14'^^xsd:string;
  dwc:scientificName 'Lekanesphaera rugicauda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '118958'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_14'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '118958'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_15'^^xsd:string;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_15'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_15'^^xsd:string;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_15'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_15'^^xsd:string;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_15'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_15'^^xsd:string;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_15'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_16'^^xsd:string;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_16'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_16'^^xsd:string;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_16'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_16'^^xsd:string;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_16'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_16'^^xsd:string;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_16'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_17'^^xsd:string;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_17'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_17'^^xsd:string;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_17'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_17'^^xsd:string;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_17'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_17'^^xsd:string;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_17'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_18'^^xsd:string;
  dwc:scientificName 'Orchestia gammarellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '103202'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_18'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '103202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_18'^^xsd:string;
  dwc:scientificName 'Orchestia gammarellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '103202'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_18'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '103202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_18'^^xsd:string;
  dwc:scientificName 'Orchestia gammarellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '103202'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_18'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '103202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_18'^^xsd:string;
  dwc:scientificName 'Orchestia gammarellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '103202'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_18'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_19'^^xsd:string;
  dwc:scientificName 'Palaemon elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107614'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_19'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '107614'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_19'^^xsd:string;
  dwc:scientificName 'Palaemon elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107614'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_19'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107614'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_19'^^xsd:string;
  dwc:scientificName 'Palaemon elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107614'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_19'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107614'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_19'^^xsd:string;
  dwc:scientificName 'Palaemon elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107614'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_19'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107614'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_20'^^xsd:string;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_20'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_20'^^xsd:string;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_20'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_20'^^xsd:string;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_20'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_20'^^xsd:string;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_20'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_21'^^xsd:string;
  dwc:scientificName 'Paragnathia formica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '119001'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_21'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '119001'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_21'^^xsd:string;
  dwc:scientificName 'Paragnathia formica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '119001'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_21'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '119001'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_21'^^xsd:string;
  dwc:scientificName 'Paragnathia formica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '119001'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_21'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '119001'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_21'^^xsd:string;
  dwc:scientificName 'Paragnathia formica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '119001'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_21'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '119001'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_22'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_22'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_22'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_22'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_22'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_22'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_22'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_22'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_23'^^xsd:string;
  dwc:scientificName 'Platichthys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126119'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_23'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '126119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_23'^^xsd:string;
  dwc:scientificName 'Platichthys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126119'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_23'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_23'^^xsd:string;
  dwc:scientificName 'Platichthys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126119'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_23'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_23'^^xsd:string;
  dwc:scientificName 'Platichthys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126119'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_23'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_24'^^xsd:string;
  dwc:scientificName 'Pleurobrachia pileus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '106386'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_24'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_24'^^xsd:string;
  dwc:scientificName 'Pleurobrachia pileus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '106386'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_24'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_24'^^xsd:string;
  dwc:scientificName 'Pleurobrachia pileus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '106386'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_24'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_24'^^xsd:string;
  dwc:scientificName 'Pleurobrachia pileus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '106386'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_24'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_25'^^xsd:string;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_25'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_25'^^xsd:string;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_25'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_25'^^xsd:string;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_25'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_25'^^xsd:string;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_25'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_26'^^xsd:string;
  dwc:scientificName 'Pomatoschistus lozanoi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126925'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_26'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '126925'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_26'^^xsd:string;
  dwc:scientificName 'Pomatoschistus lozanoi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126925'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_26'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126925'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_26'^^xsd:string;
  dwc:scientificName 'Pomatoschistus lozanoi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126925'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_26'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126925'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_26'^^xsd:string;
  dwc:scientificName 'Pomatoschistus lozanoi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126925'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_26'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126925'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_27'^^xsd:string;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_27'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_27'^^xsd:string;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_27'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_27'^^xsd:string;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_27'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_27'^^xsd:string;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_27'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_28'^^xsd:string;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_28'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_28'^^xsd:string;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_28'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_28'^^xsd:string;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_28'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_28'^^xsd:string;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_28'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_29'^^xsd:string;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_29'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_29'^^xsd:string;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_29'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_29'^^xsd:string;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_29'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_29'^^xsd:string;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_29'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_30'^^xsd:string;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_30'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_30'^^xsd:string;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_30'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_30'^^xsd:string;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_30'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_30'^^xsd:string;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_30'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_31'^^xsd:string;
  dwc:scientificName 'Sagitta elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '105450'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_31'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '105440'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_31'^^xsd:string;
  dwc:scientificName 'Sagitta elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '105450'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_31'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '105440'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_31'^^xsd:string;
  dwc:scientificName 'Sagitta elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '105450'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_31'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '105440'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_31'^^xsd:string;
  dwc:scientificName 'Sagitta elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '105450'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_31'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '105440'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_32'^^xsd:string;
  dwc:scientificName 'Solea solea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127160'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_32'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127160'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_32'^^xsd:string;
  dwc:scientificName 'Solea solea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127160'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_32'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127160'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_32'^^xsd:string;
  dwc:scientificName 'Solea solea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127160'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_32'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127160'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_32'^^xsd:string;
  dwc:scientificName 'Solea solea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127160'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_32'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127160'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W2_1_Waarde_W2_1_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W2_1_Waarde_W2_1_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W2_1_Waarde_W2_1_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W2_1_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W2_1_33'^^xsd:string;
  dwc:scientificName 'Syngnathus rostellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127389'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W2_1_33'^^xsd:string;
  dwc:observationDate '1991-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127389'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W4_2_Waarde_W4_2_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W4_2_Waarde_W4_2_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W4_2_Waarde_W4_2_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W4_2_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W4_2_33'^^xsd:string;
  dwc:scientificName 'Syngnathus rostellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127389'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W4_2_33'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127389'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W6_2_Waarde_W6_2_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W6_2_Waarde_W6_2_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W6_2_Waarde_W6_2_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W6_2_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W6_2_33'^^xsd:string;
  dwc:scientificName 'Syngnathus rostellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127389'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W6_2_33'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127389'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Waarde_W8_3_Waarde_W8_3_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Waarde_W8_3_Waarde_W8_3_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.406667 4.09231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.406667"^^xsd:decimal ;
  dwc:decimalLongitude "4.09231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Waarde_W8_3_Waarde_W8_3_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Waarde_W8_3_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Waarde_W8_3_33'^^xsd:string;
  dwc:scientificName 'Syngnathus rostellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.09231'^^xsd:double;
  dwc:latitude '51.406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667, 4.09231 51.406667))'^^xsd:string;
  dwc:aphiaid '127389'^^xsd:integer;
  dwc:occurrenceId 'Waarde_W8_3_33'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127389'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_1'^^xsd:string;
  dwc:scientificName 'Aurelia aurita'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_1'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_1'^^xsd:string;
  dwc:scientificName 'Aurelia aurita'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_1'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_1'^^xsd:string;
  dwc:scientificName 'Aurelia aurita'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_1'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_2'^^xsd:string;
  dwc:scientificName 'Bathyporeia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '101742'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_2'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '101742'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_2'^^xsd:string;
  dwc:scientificName 'Bathyporeia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '101742'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_2'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '101742'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_2'^^xsd:string;
  dwc:scientificName 'Bathyporeia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '101742'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_2'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '101742'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_3'^^xsd:string;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_3'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_3'^^xsd:string;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_3'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_3'^^xsd:string;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_3'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_4'^^xsd:string;
  dwc:scientificName 'Clupea harengus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_4'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_4'^^xsd:string;
  dwc:scientificName 'Clupea harengus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_4'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_4'^^xsd:string;
  dwc:scientificName 'Clupea harengus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_4'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_5'^^xsd:string;
  dwc:scientificName 'Clupeidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '125464'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_5'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '125464'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_5'^^xsd:string;
  dwc:scientificName 'Clupeidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '125464'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_5'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125464'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_5'^^xsd:string;
  dwc:scientificName 'Clupeidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '125464'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_5'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125464'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_6'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_6'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_6'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_6'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_6'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_6'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_7'^^xsd:string;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_7'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_7'^^xsd:string;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_7'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_7'^^xsd:string;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_7'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_8'^^xsd:string;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_8'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_8'^^xsd:string;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_8'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_8'^^xsd:string;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_8'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_9'^^xsd:string;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_9'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_9'^^xsd:string;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_9'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_9'^^xsd:string;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_9'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_10'^^xsd:string;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_10'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_10'^^xsd:string;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_10'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_10'^^xsd:string;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_10'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_11'^^xsd:string;
  dwc:scientificName 'Gammarus zaddachi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '102299'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_11'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '102299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_11'^^xsd:string;
  dwc:scientificName 'Gammarus zaddachi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '102299'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_11'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_11'^^xsd:string;
  dwc:scientificName 'Gammarus zaddachi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '102299'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_11'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '102299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_12'^^xsd:string;
  dwc:scientificName 'Gasterosteus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_12'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_12'^^xsd:string;
  dwc:scientificName 'Gasterosteus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_12'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_12'^^xsd:string;
  dwc:scientificName 'Gasterosteus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_12'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_13'^^xsd:string;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_13'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_13'^^xsd:string;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_13'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_13'^^xsd:string;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_13'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_14'^^xsd:string;
  dwc:scientificName 'Lekanesphaera rugicauda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '118958'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_14'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '118958'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_14'^^xsd:string;
  dwc:scientificName 'Lekanesphaera rugicauda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '118958'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_14'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '118958'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_14'^^xsd:string;
  dwc:scientificName 'Lekanesphaera rugicauda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '118958'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_14'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '118958'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_15'^^xsd:string;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_15'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_15'^^xsd:string;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_15'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_15'^^xsd:string;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_15'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_16'^^xsd:string;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_16'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_16'^^xsd:string;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_16'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_16'^^xsd:string;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_16'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_17'^^xsd:string;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_17'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_17'^^xsd:string;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_17'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_17'^^xsd:string;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_17'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_18'^^xsd:string;
  dwc:scientificName 'Orchestia gammarellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '103202'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_18'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '103202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_18'^^xsd:string;
  dwc:scientificName 'Orchestia gammarellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '103202'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_18'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_18'^^xsd:string;
  dwc:scientificName 'Orchestia gammarellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '103202'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_18'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_19'^^xsd:string;
  dwc:scientificName 'Palaemon elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107614'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_19'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107614'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_19'^^xsd:string;
  dwc:scientificName 'Palaemon elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107614'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_19'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107614'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_19'^^xsd:string;
  dwc:scientificName 'Palaemon elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107614'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_19'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107614'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_20'^^xsd:string;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_20'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_20'^^xsd:string;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_20'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_20'^^xsd:string;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_20'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_21'^^xsd:string;
  dwc:scientificName 'Paragnathia formica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '119001'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_21'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '119001'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_21'^^xsd:string;
  dwc:scientificName 'Paragnathia formica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '119001'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_21'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '119001'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_21'^^xsd:string;
  dwc:scientificName 'Paragnathia formica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '119001'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_21'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '119001'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_22'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_22'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_22'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_22'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_22'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_22'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_23'^^xsd:string;
  dwc:scientificName 'Platichthys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126119'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_23'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_23'^^xsd:string;
  dwc:scientificName 'Platichthys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126119'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_23'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_23'^^xsd:string;
  dwc:scientificName 'Platichthys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126119'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_23'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_24'^^xsd:string;
  dwc:scientificName 'Pleurobrachia pileus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '106386'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_24'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_24'^^xsd:string;
  dwc:scientificName 'Pleurobrachia pileus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '106386'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_24'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '106386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_24'^^xsd:string;
  dwc:scientificName 'Pleurobrachia pileus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '106386'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_24'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_25'^^xsd:string;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_25'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_25'^^xsd:string;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_25'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_25'^^xsd:string;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_25'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_26'^^xsd:string;
  dwc:scientificName 'Pomatoschistus lozanoi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126925'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_26'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126925'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_26'^^xsd:string;
  dwc:scientificName 'Pomatoschistus lozanoi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126925'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_26'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126925'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_26'^^xsd:string;
  dwc:scientificName 'Pomatoschistus lozanoi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126925'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_26'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126925'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_27'^^xsd:string;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_27'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_27'^^xsd:string;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_27'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_27'^^xsd:string;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_27'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_28'^^xsd:string;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_28'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_28'^^xsd:string;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_28'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_28'^^xsd:string;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_28'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_29'^^xsd:string;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_29'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_29'^^xsd:string;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_29'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_29'^^xsd:string;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_29'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_30'^^xsd:string;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_30'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_30'^^xsd:string;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_30'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_30'^^xsd:string;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_30'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_31'^^xsd:string;
  dwc:scientificName 'Sagitta elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '105450'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_31'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '105440'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_31'^^xsd:string;
  dwc:scientificName 'Sagitta elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '105450'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_31'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '105440'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_31'^^xsd:string;
  dwc:scientificName 'Sagitta elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '105450'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_31'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '105440'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_32'^^xsd:string;
  dwc:scientificName 'Solea solea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127160'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_32'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127160'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_32'^^xsd:string;
  dwc:scientificName 'Solea solea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127160'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_32'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127160'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_32'^^xsd:string;
  dwc:scientificName 'Solea solea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127160'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_32'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127160'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S4_2_Saeftinghe_S4_2_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S4_2_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S4_2_33'^^xsd:string;
  dwc:scientificName 'Syngnathus rostellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127389'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S4_2_33'^^xsd:string;
  dwc:observationDate '1991-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127389'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S6_4_Saeftinghe_S6_4_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S6_4_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S6_4_33'^^xsd:string;
  dwc:scientificName 'Syngnathus rostellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127389'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S6_4_33'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127389'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.363281 4.209901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.363281"^^xsd:decimal ;
  dwc:decimalLongitude "4.209901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4591_Saeftinghe_S8_3_Saeftinghe_S8_3_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Saeftinghe_S8_3_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4591_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB/UGent'^^xsd:string;
  dwc:collectionCode 'Epifauna community at Waarde and Saeftinghe (Westerschelde) in 1991'^^xsd:string;
  dwc:catalogNumber 'Saeftinghe_S8_3_33'^^xsd:string;
  dwc:scientificName 'Syngnathus rostellatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '4.209901'^^xsd:double;
  dwc:latitude '51.363281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281, 4.209901 51.363281))'^^xsd:string;
  dwc:aphiaid '127389'^^xsd:integer;
  dwc:occurrenceId 'Saeftinghe_S8_3_33'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127389'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF