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

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16736'^^xsd:string;
  dwc:scientificName 'Macrophtalmus consorbrinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.72'^^xsd:double;
  dwc:startLongitude '39.72694444'^^xsd:double;
  dwc:endLongitude '39.72694444'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:startLatitude '-4.0075'^^xsd:double;
  dwc:endLatitude '-4.0075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075))'^^xsd:string;
  dwc:aphiaid '209429'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16736'^^xsd:string;
  dwc:aphiaIdAccepted '209429'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 39.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "39.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16738'^^xsd:string;
  dwc:scientificName 'Metopograpsus messor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.72'^^xsd:double;
  dwc:startLongitude '39.72694444'^^xsd:double;
  dwc:endLongitude '39.72694444'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:startLatitude '-4.0075'^^xsd:double;
  dwc:endLatitude '-4.0075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075))'^^xsd:string;
  dwc:aphiaid '207536'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16738'^^xsd:string;
  dwc:aphiaIdAccepted '207536'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 39.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "39.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16745'^^xsd:string;
  dwc:scientificName 'Sesarma impressum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.72'^^xsd:double;
  dwc:startLongitude '39.72694444'^^xsd:double;
  dwc:endLongitude '39.72694444'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:startLatitude '-4.0075'^^xsd:double;
  dwc:endLatitude '-4.0075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075))'^^xsd:string;
  dwc:aphiaid '209173'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16745'^^xsd:string;
  dwc:aphiaIdAccepted '444693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 39.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "39.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16748'^^xsd:string;
  dwc:scientificName 'Thalamita crenata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.72'^^xsd:double;
  dwc:startLongitude '39.72694444'^^xsd:double;
  dwc:endLongitude '39.72694444'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:startLatitude '-4.0075'^^xsd:double;
  dwc:endLatitude '-4.0075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075))'^^xsd:string;
  dwc:aphiaid '208848'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16748'^^xsd:string;
  dwc:aphiaIdAccepted '1467070'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 39.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "39.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16749'^^xsd:string;
  dwc:scientificName 'Uca annulipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.72'^^xsd:double;
  dwc:startLongitude '39.72694444'^^xsd:double;
  dwc:endLongitude '39.72694444'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:startLatitude '-4.0075'^^xsd:double;
  dwc:endLatitude '-4.0075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075))'^^xsd:string;
  dwc:aphiaid '558114'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16749'^^xsd:string;
  dwc:aphiaIdAccepted '955178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 39.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "39.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16750'^^xsd:string;
  dwc:scientificName 'Uca chlorophthalmus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.72'^^xsd:double;
  dwc:startLongitude '39.72694444'^^xsd:double;
  dwc:endLongitude '39.72694444'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:startLatitude '-4.0075'^^xsd:double;
  dwc:endLatitude '-4.0075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075))'^^xsd:string;
  dwc:aphiaid '207591'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16750'^^xsd:string;
  dwc:aphiaIdAccepted '955297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 39.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "39.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16753'^^xsd:string;
  dwc:scientificName 'Uca marionis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.72'^^xsd:double;
  dwc:startLongitude '39.72694444'^^xsd:double;
  dwc:endLongitude '39.72694444'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:startLatitude '-4.0075'^^xsd:double;
  dwc:endLatitude '-4.0075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075))'^^xsd:string;
  dwc:aphiaid '207595'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16753'^^xsd:string;
  dwc:aphiaIdAccepted '207597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 39.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "39.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16754'^^xsd:string;
  dwc:scientificName 'Uca tetragonon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.72'^^xsd:double;
  dwc:startLongitude '39.72694444'^^xsd:double;
  dwc:endLongitude '39.72694444'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:startLatitude '-4.0075'^^xsd:double;
  dwc:endLatitude '-4.0075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075))'^^xsd:string;
  dwc:aphiaid '207596'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16754'^^xsd:string;
  dwc:aphiaIdAccepted '210223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 39.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "39.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16756'^^xsd:string;
  dwc:scientificName 'Uca vocans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.72'^^xsd:double;
  dwc:startLongitude '39.72694444'^^xsd:double;
  dwc:endLongitude '39.72694444'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:startLatitude '-4.0075'^^xsd:double;
  dwc:endLatitude '-4.0075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075, 39.72694444 -4.0075))'^^xsd:string;
  dwc:aphiaid '207597'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16756'^^xsd:string;
  dwc:aphiaIdAccepted '955174'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16759'^^xsd:string;
  dwc:scientificName 'Cardisoma carnifex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '210291'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16759'^^xsd:string;
  dwc:aphiaIdAccepted '210291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16760'^^xsd:string;
  dwc:scientificName 'Eurycarcinus natalensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '209179'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16760'^^xsd:string;
  dwc:aphiaIdAccepted '209179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16761'^^xsd:string;
  dwc:scientificName 'Ilyograpsus paludicola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207542'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16761'^^xsd:string;
  dwc:aphiaIdAccepted '207542'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16762'^^xsd:string;
  dwc:scientificName 'Macrophtalmus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '106969'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16762'^^xsd:string;
  dwc:aphiaIdAccepted '106969'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16765'^^xsd:string;
  dwc:scientificName 'Macrophtalmus milloti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '209423'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16765'^^xsd:string;
  dwc:aphiaIdAccepted '209423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16766'^^xsd:string;
  dwc:scientificName 'Metopograpsus messor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207536'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16766'^^xsd:string;
  dwc:aphiaIdAccepted '207536'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16767'^^xsd:string;
  dwc:scientificName 'Pseudograpsus elongatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207547'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16767'^^xsd:string;
  dwc:aphiaIdAccepted '207547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16768'^^xsd:string;
  dwc:scientificName 'Scylla serrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '208814'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16768'^^xsd:string;
  dwc:aphiaIdAccepted '208814'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16769'^^xsd:string;
  dwc:scientificName 'Sesarma catenata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '209176'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16769'^^xsd:string;
  dwc:aphiaIdAccepted '444620'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16771'^^xsd:string;
  dwc:scientificName 'Sesarma eulimene'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '209164'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16771'^^xsd:string;
  dwc:aphiaIdAccepted '246255'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16772'^^xsd:string;
  dwc:scientificName 'Sesarma guttatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '209167'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16772'^^xsd:string;
  dwc:aphiaIdAccepted '1061907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16774'^^xsd:string;
  dwc:scientificName 'Sesarma meinerti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '209162'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16774'^^xsd:string;
  dwc:aphiaIdAccepted '207563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16775'^^xsd:string;
  dwc:scientificName 'Sesarma plicatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '209170'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16775'^^xsd:string;
  dwc:aphiaIdAccepted '207569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16776'^^xsd:string;
  dwc:scientificName 'Thalamita crenata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '208848'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16776'^^xsd:string;
  dwc:aphiaIdAccepted '1467070'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16777'^^xsd:string;
  dwc:scientificName 'Uca annulipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '558114'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16777'^^xsd:string;
  dwc:aphiaIdAccepted '955178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16778'^^xsd:string;
  dwc:scientificName 'Uca chlorophthalmus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207591'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16778'^^xsd:string;
  dwc:aphiaIdAccepted '955297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16779'^^xsd:string;
  dwc:scientificName 'Uca dussumieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207592'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16779'^^xsd:string;
  dwc:aphiaIdAccepted '955313'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16780'^^xsd:string;
  dwc:scientificName 'Uca inversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207589'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16780'^^xsd:string;
  dwc:aphiaIdAccepted '955192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16781'^^xsd:string;
  dwc:scientificName 'Uca marionis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207595'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16781'^^xsd:string;
  dwc:aphiaIdAccepted '207597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16782'^^xsd:string;
  dwc:scientificName 'Uca tetragonon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207596'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16782'^^xsd:string;
  dwc:aphiaIdAccepted '210223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16783'^^xsd:string;
  dwc:scientificName 'Uca urvillei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207590'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16783'^^xsd:string;
  dwc:aphiaIdAccepted '955326'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16785'^^xsd:string;
  dwc:scientificName 'Varuna litterata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '207551'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16785'^^xsd:string;
  dwc:aphiaIdAccepted '207551'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16786'^^xsd:string;
  dwc:scientificName 'Xanthidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:startLongitude '39.5'^^xsd:double;
  dwc:endLongitude '39.5'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667, 39.5 -4.41667))'^^xsd:string;
  dwc:aphiaid '106769'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16786'^^xsd:string;
  dwc:aphiaIdAccepted '106769'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9 39.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9"^^xsd:decimal ;
  dwc:decimalLongitude "39.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16790'^^xsd:string;
  dwc:scientificName 'Macrophtalmus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.7'^^xsd:double;
  dwc:startLongitude '39.7'^^xsd:double;
  dwc:endLongitude '39.7'^^xsd:double;
  dwc:latitude '-3.9'^^xsd:double;
  dwc:startLatitude '-3.9'^^xsd:double;
  dwc:endLatitude '-3.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9))'^^xsd:string;
  dwc:aphiaid '106969'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16790'^^xsd:string;
  dwc:aphiaIdAccepted '106969'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9 39.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9"^^xsd:decimal ;
  dwc:decimalLongitude "39.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16791'^^xsd:string;
  dwc:scientificName 'Macrophtalmus bosci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.7'^^xsd:double;
  dwc:startLongitude '39.7'^^xsd:double;
  dwc:endLongitude '39.7'^^xsd:double;
  dwc:latitude '-3.9'^^xsd:double;
  dwc:startLatitude '-3.9'^^xsd:double;
  dwc:endLatitude '-3.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9))'^^xsd:string;
  dwc:aphiaid '209417'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16791'^^xsd:string;
  dwc:aphiaIdAccepted '558094'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9 39.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9"^^xsd:decimal ;
  dwc:decimalLongitude "39.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16792'^^xsd:string;
  dwc:scientificName 'Macrophtalmus consorbrinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.7'^^xsd:double;
  dwc:startLongitude '39.7'^^xsd:double;
  dwc:endLongitude '39.7'^^xsd:double;
  dwc:latitude '-3.9'^^xsd:double;
  dwc:startLatitude '-3.9'^^xsd:double;
  dwc:endLatitude '-3.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9))'^^xsd:string;
  dwc:aphiaid '209429'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16792'^^xsd:string;
  dwc:aphiaIdAccepted '209429'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9 39.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9"^^xsd:decimal ;
  dwc:decimalLongitude "39.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16793'^^xsd:string;
  dwc:scientificName 'Macrophtalmus milloti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.7'^^xsd:double;
  dwc:startLongitude '39.7'^^xsd:double;
  dwc:endLongitude '39.7'^^xsd:double;
  dwc:latitude '-3.9'^^xsd:double;
  dwc:startLatitude '-3.9'^^xsd:double;
  dwc:endLatitude '-3.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9))'^^xsd:string;
  dwc:aphiaid '209423'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16793'^^xsd:string;
  dwc:aphiaIdAccepted '209423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9 39.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9"^^xsd:decimal ;
  dwc:decimalLongitude "39.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16796'^^xsd:string;
  dwc:scientificName 'Scylla serrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.7'^^xsd:double;
  dwc:startLongitude '39.7'^^xsd:double;
  dwc:endLongitude '39.7'^^xsd:double;
  dwc:latitude '-3.9'^^xsd:double;
  dwc:startLatitude '-3.9'^^xsd:double;
  dwc:endLatitude '-3.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9))'^^xsd:string;
  dwc:aphiaid '208814'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16796'^^xsd:string;
  dwc:aphiaIdAccepted '208814'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9 39.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9"^^xsd:decimal ;
  dwc:decimalLongitude "39.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16804'^^xsd:string;
  dwc:scientificName 'Thalamita crenata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.7'^^xsd:double;
  dwc:startLongitude '39.7'^^xsd:double;
  dwc:endLongitude '39.7'^^xsd:double;
  dwc:latitude '-3.9'^^xsd:double;
  dwc:startLatitude '-3.9'^^xsd:double;
  dwc:endLatitude '-3.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9))'^^xsd:string;
  dwc:aphiaid '208848'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16804'^^xsd:string;
  dwc:aphiaIdAccepted '1467070'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9 39.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9"^^xsd:decimal ;
  dwc:decimalLongitude "39.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16809'^^xsd:string;
  dwc:scientificName 'Uca marionis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.7'^^xsd:double;
  dwc:startLongitude '39.7'^^xsd:double;
  dwc:endLongitude '39.7'^^xsd:double;
  dwc:latitude '-3.9'^^xsd:double;
  dwc:startLatitude '-3.9'^^xsd:double;
  dwc:endLatitude '-3.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9))'^^xsd:string;
  dwc:aphiaid '207595'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16809'^^xsd:string;
  dwc:aphiaIdAccepted '207597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9 39.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9"^^xsd:decimal ;
  dwc:decimalLongitude "39.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16810'^^xsd:string;
  dwc:scientificName 'Uca tetragonon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.7'^^xsd:double;
  dwc:startLongitude '39.7'^^xsd:double;
  dwc:endLongitude '39.7'^^xsd:double;
  dwc:latitude '-3.9'^^xsd:double;
  dwc:startLatitude '-3.9'^^xsd:double;
  dwc:endLatitude '-3.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9))'^^xsd:string;
  dwc:aphiaid '207596'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16810'^^xsd:string;
  dwc:aphiaIdAccepted '210223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9 39.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9"^^xsd:decimal ;
  dwc:decimalLongitude "39.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16812'^^xsd:string;
  dwc:scientificName 'Uca vocans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.7'^^xsd:double;
  dwc:startLongitude '39.7'^^xsd:double;
  dwc:endLongitude '39.7'^^xsd:double;
  dwc:latitude '-3.9'^^xsd:double;
  dwc:startLatitude '-3.9'^^xsd:double;
  dwc:endLatitude '-3.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9, 39.7 -3.9))'^^xsd:string;
  dwc:aphiaid '207597'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16812'^^xsd:string;
  dwc:aphiaIdAccepted '955174'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.75 39.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16819'^^xsd:string;
  dwc:scientificName 'Macrophtalmus bosci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.8'^^xsd:double;
  dwc:startLongitude '39.8'^^xsd:double;
  dwc:endLongitude '39.8'^^xsd:double;
  dwc:latitude '-3.75'^^xsd:double;
  dwc:startLatitude '-3.75'^^xsd:double;
  dwc:endLatitude '-3.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75))'^^xsd:string;
  dwc:aphiaid '209417'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16819'^^xsd:string;
  dwc:aphiaIdAccepted '558094'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.75 39.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16822'^^xsd:string;
  dwc:scientificName 'Metopograpsus messor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.8'^^xsd:double;
  dwc:startLongitude '39.8'^^xsd:double;
  dwc:endLongitude '39.8'^^xsd:double;
  dwc:latitude '-3.75'^^xsd:double;
  dwc:startLatitude '-3.75'^^xsd:double;
  dwc:endLatitude '-3.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75))'^^xsd:string;
  dwc:aphiaid '207536'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16822'^^xsd:string;
  dwc:aphiaIdAccepted '207536'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.75 39.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16826'^^xsd:string;
  dwc:scientificName 'Sesarma elongatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.8'^^xsd:double;
  dwc:startLongitude '39.8'^^xsd:double;
  dwc:endLongitude '39.8'^^xsd:double;
  dwc:latitude '-3.75'^^xsd:double;
  dwc:startLatitude '-3.75'^^xsd:double;
  dwc:endLatitude '-3.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75))'^^xsd:string;
  dwc:aphiaid '209161'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16826'^^xsd:string;
  dwc:aphiaIdAccepted '207559'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.75 39.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16832'^^xsd:string;
  dwc:scientificName 'Thalamita crenata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.8'^^xsd:double;
  dwc:startLongitude '39.8'^^xsd:double;
  dwc:endLongitude '39.8'^^xsd:double;
  dwc:latitude '-3.75'^^xsd:double;
  dwc:startLatitude '-3.75'^^xsd:double;
  dwc:endLatitude '-3.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75))'^^xsd:string;
  dwc:aphiaid '208848'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16832'^^xsd:string;
  dwc:aphiaIdAccepted '1467070'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.75 39.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16833'^^xsd:string;
  dwc:scientificName 'Uca annulipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.8'^^xsd:double;
  dwc:startLongitude '39.8'^^xsd:double;
  dwc:endLongitude '39.8'^^xsd:double;
  dwc:latitude '-3.75'^^xsd:double;
  dwc:startLatitude '-3.75'^^xsd:double;
  dwc:endLatitude '-3.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75))'^^xsd:string;
  dwc:aphiaid '558114'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16833'^^xsd:string;
  dwc:aphiaIdAccepted '955178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.75 39.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16834'^^xsd:string;
  dwc:scientificName 'Uca chlorophthalmus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.8'^^xsd:double;
  dwc:startLongitude '39.8'^^xsd:double;
  dwc:endLongitude '39.8'^^xsd:double;
  dwc:latitude '-3.75'^^xsd:double;
  dwc:startLatitude '-3.75'^^xsd:double;
  dwc:endLatitude '-3.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75))'^^xsd:string;
  dwc:aphiaid '207591'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16834'^^xsd:string;
  dwc:aphiaIdAccepted '955297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5421__KMFRI_Mangrove_1985-1986_16838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5421__KMFRI_Mangrove_1985-1986_16838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.75 39.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5421__KMFRI_Mangrove_1985-1986_16838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_Mangrove_1985-1986_16838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5421_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-01-19'^^xsd:date;
  dwc:institutionCode 'KMFRI'^^xsd:string;
  dwc:collectionCode 'Mangrove ecology (1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_Mangrove_1985-1986_16838'^^xsd:string;
  dwc:scientificName 'Uca tetragonon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.8'^^xsd:double;
  dwc:startLongitude '39.8'^^xsd:double;
  dwc:endLongitude '39.8'^^xsd:double;
  dwc:latitude '-3.75'^^xsd:double;
  dwc:startLatitude '-3.75'^^xsd:double;
  dwc:endLatitude '-3.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75, 39.8 -3.75))'^^xsd:string;
  dwc:aphiaid '207596'^^xsd:integer;
  dwc:verbatimPositionSetail ''^^xsd:string;
  dwc:occurrenceId 'KMFRI_Mangrove_1985-1986_16838'^^xsd:string;
  dwc:aphiaIdAccepted '210223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF