@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/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3452> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3452'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3452'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3453> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3453'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3453'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3454> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3454'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3454'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3455> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3455'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3455'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3456> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3456'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3456'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3457> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3457'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3457'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3458> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3458'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3458'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3459> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3459'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3459'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3460> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3460'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3460'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3461> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3461'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3461'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3462> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3462'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3462'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3463> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3463'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3463'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3474> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3474'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3474'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3518> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3518'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3518'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3551> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3551'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3551'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3600> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3600'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3600'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3353> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3353'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3353'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3354> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3354'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3354'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3355> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3355'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3355'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3356> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3356'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3356'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3357> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3357'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3357'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3550> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3550'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3550'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3591> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3591'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3591'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3592> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3592'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3592'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3593> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3593'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3593'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3594> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3594'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3594'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3595> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3595'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3595'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3596> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3596'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3596'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3597> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3597'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3597'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3598> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3598'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3598'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3599> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3599'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3599'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3610> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3610'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3610'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3611> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3611'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3611'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3612> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3612'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3612'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3613> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3613'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3613'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3614> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3614'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3614'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3615> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3615'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3615'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3616> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3616'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3616'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3617> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3617'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3617'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3618> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3618'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3618'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3619> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3619'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3619'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3580> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3580'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3580'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3590> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3590'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3590'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3577> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3577'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3577'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3578> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3578'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3578'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3579> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3579'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3579'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3471> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3471'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3471'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3472> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3472'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3472'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3473> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3473'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3473'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3510'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3510'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3511> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3511'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3511'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3512> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3512'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3512'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3513> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3513'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3513'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3514> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3514'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3514'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3515> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3515'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3515'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3516> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3516'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3516'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3517'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3517'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3543> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3543'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3543'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3544> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3544'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3544'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3545> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3545'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3545'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3546> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3546'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3546'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3547> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3547'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3547'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3548> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3548'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3548'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3549> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3549'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3549'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3220'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3220'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3259'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3259'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3304> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3304'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3304'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3352> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3352'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3352'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3394> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3394'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3394'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3425'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3425'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3464'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3464'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3509> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3509'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3509'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3542> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3542'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3542'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3581> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3581'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3581'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3327> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3327'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3327'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3328> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3328'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3328'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3336> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3336'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3336'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3337> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3337'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3337'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3338> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3338'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3338'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3339> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3339'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3339'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3245> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3245'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3245'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3246'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3246'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3519> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3519'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3519'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3520> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3520'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3520'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3521> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3521'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3521'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3522> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3522'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3522'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3523'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3523'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3524> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3524'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3524'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3525> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3525'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3525'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3526> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3526'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3526'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3527> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3527'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3527'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3552> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3552'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3552'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3553> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3553'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3553'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3554> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3554'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3554'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3555> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3555'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3555'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3556> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3556'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3556'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3557> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3557'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3557'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3558> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3558'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3558'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3559> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3559'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3559'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3530> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3530'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3530'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3531> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3531'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3531'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3532> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3532'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3532'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3533> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3533'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3533'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3534> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3534'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3534'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3535> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3535'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3535'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3536> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3536'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3536'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3537> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3537'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3537'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3538> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3538'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3538'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3539> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3539'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3539'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3540> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3540'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3540'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3541> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3541'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3541'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3560> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3560'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3560'^^xsd:string;
  dwc:observationDate '1995-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3561> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3561'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3561'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3562> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3562'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3562'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3563> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3563'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3563'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3564> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3564'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3564'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3565> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3565'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3565'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3566> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3566'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3566'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3567> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3567'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3567'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3568> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3568'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3568'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3601> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3601'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3601'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3602> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3602'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3602'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3603> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3603'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3603'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3604> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3604'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3604'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3605> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3605'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3605'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3606> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3606'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3606'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3607> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3607'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3607'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3608> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3608'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3608'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3609> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3609'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3609'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3221'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3221'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3222'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3222'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3223'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3223'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3224> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3224'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3224'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3225'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3225'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3226'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3226'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3227'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3227'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3228'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3228'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3569> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3569'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3569'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3570> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3570'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3570'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3571> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3571'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3571'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3572> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3572'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3572'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3573> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3573'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3573'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3574> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3574'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3574'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3575> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3575'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3575'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3576> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3576'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3576'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3340> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3340'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3340'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3341> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3341'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3341'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3342> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3342'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3342'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3343> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3343'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3343'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3344> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3344'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3344'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3345> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3345'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3345'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3346> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3346'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3346'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3347'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3347'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3348> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3348'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3348'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3349> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3349'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3349'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3350> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3350'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3350'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3351> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3351'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3351'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3361> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3361'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3361'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3403> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3403'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3403'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3434> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3434'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3434'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3483> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3483'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3483'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2921> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2921'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2921'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3238'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3238'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3286> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3286'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3286'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2922> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2922'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2922'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2923> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2923'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2923'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2924> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2924'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2924'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3201'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3201'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3202'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3202'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3203'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3203'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3204> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3204'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3204'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3205'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3205'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3239> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3239'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3239'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3240'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3240'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3241'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3241'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3242'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3242'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3243'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3243'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3244> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3244'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3244'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3300'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3300'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3301> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3301'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3301'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3302'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3302'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3303> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3303'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3303'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3326> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3326'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3326'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3379> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3379'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3379'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3380> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3380'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3380'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3381> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3381'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3381'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3287> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3287'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3287'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3288'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3288'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3289'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3289'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3290'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3290'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3291'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3291'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3229> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3229'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3229'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3268'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3268'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2913> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2913'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2913'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2914> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2914'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2914'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2915'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2915'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2916> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2916'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2916'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2917> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2917'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2917'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2918> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2918'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2918'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2919> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2919'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2919'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2920> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_2920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2920'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_2920'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3216'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3216'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3217'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3217'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3218'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3218'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3219'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3219'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3313> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3313'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3313'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3314> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3314'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3314'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3315> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3315'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3315'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3316> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3316'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3316'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3362> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3362'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3362'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3363> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3363'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3363'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3364> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3364'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3364'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3365> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3365'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3365'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3366'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3366'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3367> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3367'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3367'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3368'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3368'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3369> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3369'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3369'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3382> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3382'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3382'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3383> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3383'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3383'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3384> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3384'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3384'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3385> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3385'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3385'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3386> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3386'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3386'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3387> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3387'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3387'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3388> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3388'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3388'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3389'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3389'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3390> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3390'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3390'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3391> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3391'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3391'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3392> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3392'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3392'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3393> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3393'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3393'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3484> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3484'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3484'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3485> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3485'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3485'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3486> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3486'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3486'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3487> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3487'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3487'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3404'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3404'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3405> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3405'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3405'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3406> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3406'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3406'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3407> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3407'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3407'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3408> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3408'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3408'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3409> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3409'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3409'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3410> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3410'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3410'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3411> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3411'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3411'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3435> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3435'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3435'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3436'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3436'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3437> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3437'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3437'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3438> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3438'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3438'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3439> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3439'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3439'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3440> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3440'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3440'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3441> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3441'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3441'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3442> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3442'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3442'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3413> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3413'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3413'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3414> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3414'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3414'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3415> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3415'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3415'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3416> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3416'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3416'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3417> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3417'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3417'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3418> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3418'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3418'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3419> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3419'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3419'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3420> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3420'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3420'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3421> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3421'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3421'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3422'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3422'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3423'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3423'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3424> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3424'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3424'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3443> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3443'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3443'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3488> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3488'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3488'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3528> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3528'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3528'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3529> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3529'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3529'^^xsd:string;
  dwc:observationDate '1995-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3444> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3444'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3444'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3445> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3445'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3445'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3446> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3446'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3446'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3447> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3447'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3447'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3448> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3448'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3448'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3449> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3449'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3449'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3450> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3450'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3450'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3451> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3451'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3451'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3305'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3305'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3306'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3306'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3307> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3307'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3307'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3308> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3308'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3308'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3309'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3309'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3310> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3310'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3310'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3311> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3311'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3311'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3312> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3312'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3312'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3230> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3230'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3230'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3231'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3231'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3232'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3232'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3233> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3233'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3233'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3234'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3234'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3235'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3235'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3236'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3236'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3237'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3237'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3269'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3269'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3270'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3270'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3271'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3271'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3272> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3272'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3272'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3273'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3273'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3274'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3274'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3275'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3275'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3276'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3276'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3247'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3247'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3248'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3248'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3249'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3249'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3250'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3250'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3251'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3251'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3252'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3252'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3253> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3253'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3253'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3254'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3254'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3255> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3255'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3255'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3256'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3256'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3257> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3257'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3257'^^xsd:string;
  dwc:observationDate '1995-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3258'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3258'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3277'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3277'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3317> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3317'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3317'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3370> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3370'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3370'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3412> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3412'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3412'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3278'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3278'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3279'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3279'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3280'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3280'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3281'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3281'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3282'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3282'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3283'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3283'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3284'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3284'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3285'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3285'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3318> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3318'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3318'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3319> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3319'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3319'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3320> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3320'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3320'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3321> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3321'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3321'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3322> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3322'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3322'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3323'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3323'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3324> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3324'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3324'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3325> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3325'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3325'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3371'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3371'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3372> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3372'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3372'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3373> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3373'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3373'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3374> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3374'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3374'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3375> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3375'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3375'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3376> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3376'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3376'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3377> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3377'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3377'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3378> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3378'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3378'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3292> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3292'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3292'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3293'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3293'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3294'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3294'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3295'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3295'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3296'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3296'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3297'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3297'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3298'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3298'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3299'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3299'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3489> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3489'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3489'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3490> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3490'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3490'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3491> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3491'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3491'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3492> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3492'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3492'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3493> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3493'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3493'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3494> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3494'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3494'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3495> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3495'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3495'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3496> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3496'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3496'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3208'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3208'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3209'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3209'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3210'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3210'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3211'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3211'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3212'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3212'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3213'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3213'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3214> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3214'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3214'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3215'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3215'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3358> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3358'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3358'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3359> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3359'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3359'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3360> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3360'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3360'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3395> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3395'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3395'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3396> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3396'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3396'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3397> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3397'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3397'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3398> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3398'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3398'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3399> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3399'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3399'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3400> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3400'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3400'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3401> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3401'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3401'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3402> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3402'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3402'^^xsd:string;
  dwc:observationDate '1995-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3426> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3426'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3426'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3427> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3427'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3427'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3428> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3428'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3428'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3429> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3429'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3429'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3430> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3430'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3430'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3431> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3431'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3431'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3432> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3432'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3432'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3433> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3433'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3433'^^xsd:string;
  dwc:observationDate '1995-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3475'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3475'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3476> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3476'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3476'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3477> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3477'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3477'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3478> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3478'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3478'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3479> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3479'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3479'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3480> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3480'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3480'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3481> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3481'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3481'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3482> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3482'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3482'^^xsd:string;
  dwc:observationDate '1995-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3497> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3497'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3497'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3498> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3498'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3498'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3499> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3499'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3499'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3500> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3500'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3500'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3501> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3501'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3501'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3260'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3260'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3261'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3261'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3262> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3262'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3262'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3263'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3263'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3264'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3264'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3265'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3265'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3266'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3266'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3267'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3267'^^xsd:string;
  dwc:observationDate '1995-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3502> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3502'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3502'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3503> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3503'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3503'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3504> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3504'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3504'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3505> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3505'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3505'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3506> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3506'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3506'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3507> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3507'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3507'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3508> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3508'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3508'^^xsd:string;
  dwc:observationDate '1995-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3588> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3588'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3588'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3589> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3589'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3589'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3465> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3465'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3465'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3466> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3466'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3466'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3467> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3467'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3467'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3468> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3468'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3468'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3469> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3469'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3469'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3470'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3470'^^xsd:string;
  dwc:observationDate '1995-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3206'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3206'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3207'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3207'^^xsd:string;
  dwc:observationDate '1994-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3582> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3582'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3582'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3583> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3583'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3583'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3584> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3584'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3584'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3585> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3585'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3585'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3586> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3586'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3586'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3587> ;
  mr:hasGeometry <https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.0277"^^xsd:decimal ;
  dwc:decimalLongitude "39.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.0277 39.7395)"^^geo:wktLiteral ;
  geo-pos:lat "-4.0277"^^xsd:decimal ;
  geo-pos:long "39.7395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4521__VUB_Sea_urchins_Mombasa%28MMNP%29_1994-1995_3587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4521_> ;
  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-02-27'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sea_urchins_Mombasa(MMNP)_1994-1995'^^xsd:string;
  dwc:catalogNumber 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3587'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '39.7395'^^xsd:double;
  dwc:startLongitude '39.7395'^^xsd:double;
  dwc:endLongitude '39.7395'^^xsd:double;
  dwc:latitude '-4.0277'^^xsd:double;
  dwc:startLatitude '-4.0277'^^xsd:double;
  dwc:endLatitude '-4.0277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277, 39.7395 -4.0277))'^^xsd:string;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:samplingProtocol 'Snorkling'^^xsd:string;
  dwc:occurrenceId 'VUB_Sea_urchins_Mombasa(MMNP)_1994-1995_3587'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF