@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dwciri: <http://rs.tdwg.org/dwc/iri/> .
@prefix top-level: <https://aphia.org/ns/top-level/> .
@prefix marine-observation: <https://eurobis.org/ns/marine-observation/> .
@prefix mr: <http://marineregions.org/ns/ontology#> .
@prefix sf: <http://www.opengis.net/ont/sf#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix geo-pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix tat: <https://aphia.org/ns/attribute-trait/> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://eurobis.org/ns/occurrence-status#present>
  a marine-observation:OccurrenceStatus , skos:Concept ;
  skos:prefLabel "Present"@en ;
  skos:exactMatch <http://rs.gbif.org/vocabulary/gbif/occurrence_status/present> .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16892'^^xsd:string;
  dwc:scientificName 'Ampelisca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101445'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16892'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '101445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16893'^^xsd:string;
  dwc:scientificName 'Ampelisca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101445'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16893'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '101445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17223'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17223'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17224'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17224'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17225'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17225'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17226'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17226'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17227'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17227'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17228'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17228'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17229'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17229'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17230'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17230'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17231'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17231'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17232'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17232'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17233'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17233'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17234'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17234'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17235'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17235'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17236'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17236'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17237'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17237'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17238'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17238'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17239'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17239'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17240'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17240'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17241'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17241'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17242'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17242'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17243'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17243'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16914'^^xsd:string;
  dwc:scientificName 'Ampelisca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101445'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16914'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '101445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16918'^^xsd:string;
  dwc:scientificName 'Ampelisca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101445'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16918'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '101445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16933'^^xsd:string;
  dwc:scientificName 'Ampelisca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101445'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16933'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '101445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16939'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16939'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16940'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16940'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16941'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16941'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16942'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16942'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16943'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16943'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16944'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16944'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16945'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16945'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16946'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16946'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16947'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16947'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16950'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16950'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16954'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16954'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16955'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16955'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16956'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16956'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16957'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16957'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16959'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16959'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16960'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16960'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16962'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16962'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16963'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16963'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16964'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16964'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16965'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16965'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16967'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16967'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16968'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16968'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16970'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16970'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16976'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16976'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16977'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16977'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16978'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16978'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16979'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16979'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16980'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16980'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16981'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16981'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16983'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16983'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16984'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16984'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16985'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16985'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16987'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16987'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16988'^^xsd:string;
  dwc:scientificName 'Grandidierella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '205825'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16988'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '205825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16993'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16993'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16994'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16994'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16995'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16995'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16997'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16997'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_16999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_16999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_16999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_16999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_16999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_16999'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_16999'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17000'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17000'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17002'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17002'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17084'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17084'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17085'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17085'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17087'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17087'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17089'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17089'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17090'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17090'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17091'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17091'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17092'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17092'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17003'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17003'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17004'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17004'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17006'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17006'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17007'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17007'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17008'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17008'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17277'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17277'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17278'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17278'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17096'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17096'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17097'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17097'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17098'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17098'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17099'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17099'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17100'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17100'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17102'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17102'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17108'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17108'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17134'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17134'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17137'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17137'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17141'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17141'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17143'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17143'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17144'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17144'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17148'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17148'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17154'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17154'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17156'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17156'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17157'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17157'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17159'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17159'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17162'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17162'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17166'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17166'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17168'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17168'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17169'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17169'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17170'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17170'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17172'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17172'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17173'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17173'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17174'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17174'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17176'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17176'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17193'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17193'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17194'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17194'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17195'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17195'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17196'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17196'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17197'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17197'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17198'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17198'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17199'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17199'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17201'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17201'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17203'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17203'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17204'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17204'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17205'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17205'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17206'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17206'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17207'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17207'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17208'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17208'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17209'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17209'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17210'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17210'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17211'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17211'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17212'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17212'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17213'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17213'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17214'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17214'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17215'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17215'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17216'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17216'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17217'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17217'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17218'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17218'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17219'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17219'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17220'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17220'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17221'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17221'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17222'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17222'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17009'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17009'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17010'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17010'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17011'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17011'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17012'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17012'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17013'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17013'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17016'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17016'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17017'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17017'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17018'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17018'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17020'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17020'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17021'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17021'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17022'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17022'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17023'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17023'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17024'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17024'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17026'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17026'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17029'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17029'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17031'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17031'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17032'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17032'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17033'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17033'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17043'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17043'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17044'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17044'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17045'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17045'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17047'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17047'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17049'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17049'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17054'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17054'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17056'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17056'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17062'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17062'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17065'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17065'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17066'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17066'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17067'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17067'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17072'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17072'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17073'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17073'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17076'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17076'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17077'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17077'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17079'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17079'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17081'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17081'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17093'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17093'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17094'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17094'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17095'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17095'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17177'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17177'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17179'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17179'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17180'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17180'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17183'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17183'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17185'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17185'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17186'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17186'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17189'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17189'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17190'^^xsd:string;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17190'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17273'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17273'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17274'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17274'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17275'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17275'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17276'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17276'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17035'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17035'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17036'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17036'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17037'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17037'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17040'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17040'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17332'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17332'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17335'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17335'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17328'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17328'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17329'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17329'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17331'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17331'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17057'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17057'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17058'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17058'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17042'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17042'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17041'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17041'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17258'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17258'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17259'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17259'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17260'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17260'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17261'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17261'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17262'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17262'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17263'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17263'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17264'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17264'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17265'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17265'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17267'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17267'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17268'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17268'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17269'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17269'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17270'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17270'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17271'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17271'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17279'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17279'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17316'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17316'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17319'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17319'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17326'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17326'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17355'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17355'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17357'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17357'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17362'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17362'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17363'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17363'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17364'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17364'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17365'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17365'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17368'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17368'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17289'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17289'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17292'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17292'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17294'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17294'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17295'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17295'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17296'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17296'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17297'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17297'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17298'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17298'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17301'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17301'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17302'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17302'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17303'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17303'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17304'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17304'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17305'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17305'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17306'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17306'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17307'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17307'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17308'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17308'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17309'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17309'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17310'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17310'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17312'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17312'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17313'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17313'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17314'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17314'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17315'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17315'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17280'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17280'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17281'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17281'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17285'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17285'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17286'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17286'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17287'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17287'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17370'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17370'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17288'^^xsd:string;
  dwc:scientificName 'Namalycastis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '129376'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17288'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17336'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17336'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17337'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17337'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17338'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17338'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17339'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17339'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17340'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17340'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17341'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17341'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17342'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17342'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17343'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17343'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17344'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17344'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17346'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17346'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17348'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17348'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17349'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17349'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17354'^^xsd:string;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17354'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17251'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17251'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17252'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17252'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17253'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17253'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17254'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17254'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17255'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17255'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17256'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17256'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17257'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17257'^^xsd:string;
  dwc:observationDate '1992-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17244'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17244'^^xsd:string;
  dwc:observationDate '1992-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17245'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17245'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17246'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17246'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17247'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17247'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17248'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17248'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17249'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17249'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5045__KMFRI_Macrobenthos_interactions_1992_17250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5045__KMFRI_Macrobenthos_interactions_1992_17250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc: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/5045__KMFRI_Macrobenthos_interactions_1992_17250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5045__KMFRI_Macrobenthos_interactions_1992_17250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Macrobenthos_interactions_1992_17250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5045_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Replica C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'FAME - VUB / MARBIOL - Ugent'^^xsd:string;
  dwc:collectionCode 'Study on macrobenthos interactions in a Ceriops tagal mangrove in Gazi Bay (1992)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Macrobenthos_interactions_1992_17250'^^xsd:string;
  dwc:scientificName 'Tubificidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Replica C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2040'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:samplingProtocol 'Core (12,5 cm diameter)(Top layer 2 cm was analyzed)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_Macrobenthos_interactions_1992_17250'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '2039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
# EOF