@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/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_360'^^xsd:string;
  dwc:scientificName 'Ceriops tagal/Rhizophora mucronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '234494'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_360'^^xsd:string;
  dwc:aphiaIdAccepted '234494'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%282%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%282%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%282%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%282%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%282%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_362'^^xsd:string;
  dwc:scientificName 'Rhizophora mucronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '235095'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_362'^^xsd:string;
  dwc:aphiaIdAccepted '235095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_366'^^xsd:string;
  dwc:scientificName 'Epixanthus dentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '209156'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_366'^^xsd:string;
  dwc:aphiaIdAccepted '209156'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_372'^^xsd:string;
  dwc:scientificName 'Neosarmatium meinerti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '207563'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_372'^^xsd:string;
  dwc:aphiaIdAccepted '207563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_374'^^xsd:string;
  dwc:scientificName 'Neosarmatium smithi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '207561'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_374'^^xsd:string;
  dwc:aphiaIdAccepted '207561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407_Vegetation%20zone%20Avicennia%20marina%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407_Vegetation%20zone%20Avicennia%20marina%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407_Vegetation%20zone%20Avicennia%20marina%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407_Vegetation%20zone%20Avicennia%20marina%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407_Vegetation%20zone%20Avicennia%20marina%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_377'^^xsd:string;
  dwc:scientificName 'Avicennia marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '235040'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_377'^^xsd:string;
  dwc:aphiaIdAccepted '235040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407_Vegetation%20zone%20Ceriops%20tagal%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407_Vegetation%20zone%20Ceriops%20tagal%20%284%20plots%20in%20Gazi%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_378'^^xsd:string;
  dwc:scientificName 'Ceriops tagal'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '235088'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_378'^^xsd:string;
  dwc:aphiaIdAccepted '235088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_368'^^xsd:string;
  dwc:scientificName 'Eurycarcinus natalensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '209179'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_368'^^xsd:string;
  dwc:aphiaIdAccepted '209179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_370'^^xsd:string;
  dwc:scientificName 'Metopograpsus thukuhar'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '207537'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_370'^^xsd:string;
  dwc:aphiaIdAccepted '207537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_379'^^xsd:string;
  dwc:scientificName 'Selatium elongatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '207559'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_379'^^xsd:string;
  dwc:aphiaIdAccepted '207559'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_389'^^xsd:string;
  dwc:scientificName 'Sesarma ortmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '209174'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_389'^^xsd:string;
  dwc:aphiaIdAccepted '1472860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_395'^^xsd:string;
  dwc:scientificName 'Uca annulipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '558114'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_395'^^xsd:string;
  dwc:aphiaIdAccepted '955178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_397'^^xsd:string;
  dwc:scientificName 'Uca chlorophthalmus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '207591'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_397'^^xsd:string;
  dwc:aphiaIdAccepted '955297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_381'^^xsd:string;
  dwc:scientificName 'Sesarma crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '207560'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_381'^^xsd:string;
  dwc:aphiaIdAccepted '207560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_383'^^xsd:string;
  dwc:scientificName 'Sesarma guttatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '209167'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_383'^^xsd:string;
  dwc:aphiaIdAccepted '1061907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_385'^^xsd:string;
  dwc:scientificName 'Sesarma leptosoma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '209175'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_385'^^xsd:string;
  dwc:aphiaIdAccepted '1472919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_387'^^xsd:string;
  dwc:scientificName 'Sesarma longipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '209165'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_387'^^xsd:string;
  dwc:aphiaIdAccepted '444691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_401'^^xsd:string;
  dwc:scientificName 'Uca urvillei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '207590'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_401'^^xsd:string;
  dwc:aphiaIdAccepted '955326'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_403'^^xsd:string;
  dwc:scientificName 'Uca vocans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '207597'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_403'^^xsd:string;
  dwc:aphiaIdAccepted '955174'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.51)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_399'^^xsd:string;
  dwc:scientificName 'Uca inversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.51'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.416667'^^xsd:double;
  dwc:endLatitude '-4.416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667, 39.51667 -4.416667))'^^xsd:string;
  dwc:aphiaid '207589'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_399'^^xsd:string;
  dwc:aphiaIdAccepted '955192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407_Vegetation%20zone%20Ceriops%20tagal%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407_Vegetation%20zone%20Ceriops%20tagal%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_359'^^xsd:string;
  dwc:scientificName 'Ceriops tagal'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '235088'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_359'^^xsd:string;
  dwc:aphiaIdAccepted '235088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%285%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%285%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%285%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%285%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407_Vegetation%20zone%20Ceriops%20tagal%2FRhizophora%20mucronata%20%20%285%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_361'^^xsd:string;
  dwc:scientificName 'Ceriops tagal/Rhizophora mucronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '234494'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_361'^^xsd:string;
  dwc:aphiaIdAccepted '234494'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407_Vegetation%20zone%20Rhizophora%20mucronata%20%287%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_363'^^xsd:string;
  dwc:scientificName 'Rhizophora mucronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '235095'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_363'^^xsd:string;
  dwc:aphiaIdAccepted '235095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_365'^^xsd:string;
  dwc:scientificName 'Cardisoma carnifex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '210291'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_365'^^xsd:string;
  dwc:aphiaIdAccepted '210291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_367'^^xsd:string;
  dwc:scientificName 'Epixanthus dentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '209156'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_367'^^xsd:string;
  dwc:aphiaIdAccepted '209156'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_373'^^xsd:string;
  dwc:scientificName 'Neosarmatium meinerti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '207563'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_373'^^xsd:string;
  dwc:aphiaIdAccepted '207563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_375'^^xsd:string;
  dwc:scientificName 'Neosarmatium smithi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '207561'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_375'^^xsd:string;
  dwc:aphiaIdAccepted '207561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407_Vegetation%20zone%20Avicennia%20marina%20%282%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407_Vegetation%20zone%20Avicennia%20marina%20%282%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407_Vegetation%20zone%20Avicennia%20marina%20%282%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407_Vegetation%20zone%20Avicennia%20marina%20%282%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407_Vegetation%20zone%20Avicennia%20marina%20%282%20plots%20in%20Dabaso%20associated%29_UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_376'^^xsd:string;
  dwc:scientificName 'Avicennia marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '235040'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_376'^^xsd:string;
  dwc:aphiaIdAccepted '235040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_369'^^xsd:string;
  dwc:scientificName 'Eurycarcinus natalensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '209179'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_369'^^xsd:string;
  dwc:aphiaIdAccepted '209179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_371'^^xsd:string;
  dwc:scientificName 'Metopograpsus thukuhar'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '207537'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_371'^^xsd:string;
  dwc:aphiaIdAccepted '207537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_390'^^xsd:string;
  dwc:scientificName 'Sesarma ortmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '209174'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_390'^^xsd:string;
  dwc:aphiaIdAccepted '1472860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_392'^^xsd:string;
  dwc:scientificName 'Sesarma villosum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '209166'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_392'^^xsd:string;
  dwc:aphiaIdAccepted '444509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_394'^^xsd:string;
  dwc:scientificName 'Thalamita crenata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '208848'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_394'^^xsd:string;
  dwc:aphiaIdAccepted '1467070'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_396'^^xsd:string;
  dwc:scientificName 'Uca annulipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '558114'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_396'^^xsd:string;
  dwc:aphiaIdAccepted '955178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_382'^^xsd:string;
  dwc:scientificName 'Sesarma crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '207560'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_382'^^xsd:string;
  dwc:aphiaIdAccepted '207560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_384'^^xsd:string;
  dwc:scientificName 'Sesarma guttatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '209167'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_384'^^xsd:string;
  dwc:aphiaIdAccepted '1061907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_386'^^xsd:string;
  dwc:scientificName 'Sesarma leptosoma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '209175'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_386'^^xsd:string;
  dwc:aphiaIdAccepted '1472919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_388'^^xsd:string;
  dwc:scientificName 'Sesarma longipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '209165'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_388'^^xsd:string;
  dwc:aphiaIdAccepted '444691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_400'^^xsd:string;
  dwc:scientificName 'Uca inversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '207589'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_400'^^xsd:string;
  dwc:aphiaIdAccepted '955192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_402'^^xsd:string;
  dwc:scientificName 'Uca urvillei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '207590'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_402'^^xsd:string;
  dwc:aphiaIdAccepted '955326'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_404'^^xsd:string;
  dwc:scientificName 'Uca vocans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '207597'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_404'^^xsd:string;
  dwc:aphiaIdAccepted '955174'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.35 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "-3.35"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5407__UA%2FVUB%2FUoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5407_> ;
  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-05-30'^^xsd:date;
  dwc:institutionCode 'UA/VUB/UoF'^^xsd:string;
  dwc:collectionCode 'Kenyan_brachyuran_mangrove_crabs_1998-1999'^^xsd:string;
  dwc:catalogNumber 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_398'^^xsd:string;
  dwc:scientificName 'Uca chlorophthalmus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '39.98'^^xsd:double;
  dwc:startLongitude '39.98333'^^xsd:double;
  dwc:endLongitude '39.98333'^^xsd:double;
  dwc:latitude '-3.35'^^xsd:double;
  dwc:startLatitude '-3.35'^^xsd:double;
  dwc:endLatitude '-3.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35, 39.98333 -3.35))'^^xsd:string;
  dwc:aphiaid '207591'^^xsd:integer;
  dwc:occurrenceId 'UA/VUB/UoF_Kenyan_brachyuran_mangrove_crabs_1998-1999_398'^^xsd:string;
  dwc:aphiaIdAccepted '955297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF