@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/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69057> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69057'^^xsd:string;
  dwc:scientificName 'Clypeaster reticulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '213362'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69057'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213362'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69058> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69058'^^xsd:string;
  dwc:scientificName 'Echinaster purpureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '213317'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69058'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213317'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69059> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69059'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69059'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69060> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69060'^^xsd:string;
  dwc:scientificName 'Holothuria (Semperothuria) cinerascens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '210846'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69060'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672777'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69061> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69061'^^xsd:string;
  dwc:scientificName 'Linckia multifora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '207607'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69061'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207607'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69062> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69062'^^xsd:string;
  dwc:scientificName 'Ophiocoma brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '212370'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69062'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1214744'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69063> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69063'^^xsd:string;
  dwc:scientificName 'Ophiocoma valenciae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '212375'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69063'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69086> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69086'^^xsd:string;
  dwc:scientificName 'Ophionereis dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '213415'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69086'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1847019'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69087> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69087'^^xsd:string;
  dwc:scientificName 'Ophioplocus imbricatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '243985'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69087'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '243985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69088> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69088'^^xsd:string;
  dwc:scientificName 'Prionocidaris baculosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '214642'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69088'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '214642'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69089> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69089'^^xsd:string;
  dwc:scientificName 'Stomopneustes variolaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '212440'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69089'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69090> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.8166 39.8142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.8166"^^xsd:decimal ;
  dwc:decimalLongitude "39.8142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.8166 39.8142)"^^geo:wktLiteral ;
  geo-pos:lat "-3.8166"^^xsd:decimal ;
  geo-pos:long "39.8142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69090'^^xsd:string;
  dwc:scientificName 'Pentaceraster mammillatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.8142'^^xsd:double;
  dwc:latitude '-3.8166'^^xsd:double;
  dwc:aphiaid '213126'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69090'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213126'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69091> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69091'^^xsd:string;
  dwc:scientificName '? Paranepanthia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '123133'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69091'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123133'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69092> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69092'^^xsd:string;
  dwc:scientificName 'Actinopyga mauritiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '208956'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69092'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '208956'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69093> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69093'^^xsd:string;
  dwc:scientificName 'Asteropsis carinifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '213177'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69093'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213177'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69094> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69094'^^xsd:string;
  dwc:scientificName 'Echinaster purpureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '213317'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69094'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213317'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69095> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69095'^^xsd:string;
  dwc:scientificName 'Echinoneus cyclostomus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '212461'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69095'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212461'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69096> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69096'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69096'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69097> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69097'^^xsd:string;
  dwc:scientificName 'Holothuria (Lessonothuria) pardalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '210893'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69097'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210893'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69098> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69098'^^xsd:string;
  dwc:scientificName 'Holothuria (Thymiosycia) hilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '529402'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69098'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '529402'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69099> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69099'^^xsd:string;
  dwc:scientificName 'Linckia guildingi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '178188'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69099'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '178188'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69100'^^xsd:string;
  dwc:scientificName 'Macrophiothrix demessa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '213193'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69100'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213193'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69101'^^xsd:string;
  dwc:scientificName 'Maretia planulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '214465'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69101'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '214465'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69102'^^xsd:string;
  dwc:scientificName 'Nardoa variolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '212316'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69102'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212316'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69103'^^xsd:string;
  dwc:scientificName 'Ophiactis savignyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '125122'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69103'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125122'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69104'^^xsd:string;
  dwc:scientificName 'Ophiarachnella gorgonia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '213218'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69104'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213218'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69105'^^xsd:string;
  dwc:scientificName 'Ophiocoma doederleini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '212387'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69105'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1214746'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69106'^^xsd:string;
  dwc:scientificName 'Ophiothrix echinotecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '212400'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69106'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '244171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39309"^^xsd:decimal ;
  dwc:decimalLongitude "39.97165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39309 39.97165)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39309"^^xsd:decimal ;
  geo-pos:long "39.97165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69107'^^xsd:string;
  dwc:scientificName 'Ophiothrix savignyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97165'^^xsd:double;
  dwc:latitude '-3.39309'^^xsd:double;
  dwc:aphiaid '212410'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69107'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '244191'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.1833 39.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.1833"^^xsd:decimal ;
  dwc:decimalLongitude "39.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.1833 39.15)"^^geo:wktLiteral ;
  geo-pos:lat "-6.1833"^^xsd:decimal ;
  geo-pos:long "39.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69108'^^xsd:string;
  dwc:scientificName 'Tropiometra carinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.15'^^xsd:double;
  dwc:latitude '-6.1833'^^xsd:double;
  dwc:aphiaid '213331'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69108'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213331'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69109'^^xsd:string;
  dwc:scientificName '? Paranepanthia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '123133'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69109'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123133'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69110'^^xsd:string;
  dwc:scientificName 'Actinopyga echinites'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '208947'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69110'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '208947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69111'^^xsd:string;
  dwc:scientificName 'Afrocucumis africana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '210950'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69111'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210950'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.36239"^^xsd:decimal ;
  dwc:decimalLongitude "40.01411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.36239 40.01411)"^^geo:wktLiteral ;
  geo-pos:lat "-3.36239"^^xsd:decimal ;
  geo-pos:long "40.01411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69112'^^xsd:string;
  dwc:scientificName 'Asterina burtoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.01411'^^xsd:double;
  dwc:latitude '-3.36239'^^xsd:double;
  dwc:aphiaid '213130'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69112'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '459524'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.8166 39.8142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.8166"^^xsd:decimal ;
  dwc:decimalLongitude "39.8142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.8166 39.8142)"^^geo:wktLiteral ;
  geo-pos:lat "-3.8166"^^xsd:decimal ;
  geo-pos:long "39.8142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69113'^^xsd:string;
  dwc:scientificName 'Protoreaster lincki'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.8142'^^xsd:double;
  dwc:latitude '-3.8166'^^xsd:double;
  dwc:aphiaid '213286'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69113'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213286'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.563"^^xsd:decimal ;
  dwc:decimalLongitude "39.644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  geo-pos:lat "-3.563"^^xsd:decimal ;
  geo-pos:long "39.644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69114'^^xsd:string;
  dwc:scientificName '? Paranepanthia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.644'^^xsd:double;
  dwc:latitude '-3.563'^^xsd:double;
  dwc:aphiaid '123133'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69114'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123133'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.563"^^xsd:decimal ;
  dwc:decimalLongitude "39.644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  geo-pos:lat "-3.563"^^xsd:decimal ;
  geo-pos:long "39.644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69115'^^xsd:string;
  dwc:scientificName 'Echinometra mathaei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.644'^^xsd:double;
  dwc:latitude '-3.563'^^xsd:double;
  dwc:aphiaid '213383'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69115'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213383'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.563"^^xsd:decimal ;
  dwc:decimalLongitude "39.644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  geo-pos:lat "-3.563"^^xsd:decimal ;
  geo-pos:long "39.644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69116'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.644'^^xsd:double;
  dwc:latitude '-3.563'^^xsd:double;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69116'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.563"^^xsd:decimal ;
  dwc:decimalLongitude "39.644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  geo-pos:lat "-3.563"^^xsd:decimal ;
  geo-pos:long "39.644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69117'^^xsd:string;
  dwc:scientificName 'Stomopneustes variolaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.644'^^xsd:double;
  dwc:latitude '-3.563'^^xsd:double;
  dwc:aphiaid '212440'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69117'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.563"^^xsd:decimal ;
  dwc:decimalLongitude "39.644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.563 39.644)"^^geo:wktLiteral ;
  geo-pos:lat "-3.563"^^xsd:decimal ;
  geo-pos:long "39.644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69118'^^xsd:string;
  dwc:scientificName 'Ophioplocus imbricatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.644'^^xsd:double;
  dwc:latitude '-3.563'^^xsd:double;
  dwc:aphiaid '243985'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69118'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '243985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.63 39.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.63"^^xsd:decimal ;
  dwc:decimalLongitude "39.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.63 39.85)"^^geo:wktLiteral ;
  geo-pos:lat "-3.63"^^xsd:decimal ;
  geo-pos:long "39.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69119'^^xsd:string;
  dwc:scientificName 'Brissus latecarinatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.85'^^xsd:double;
  dwc:latitude '-3.63'^^xsd:double;
  dwc:aphiaid '213575'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69119'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213575'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.63 39.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.63"^^xsd:decimal ;
  dwc:decimalLongitude "39.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.63 39.85)"^^geo:wktLiteral ;
  geo-pos:lat "-3.63"^^xsd:decimal ;
  geo-pos:long "39.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69120'^^xsd:string;
  dwc:scientificName 'Ophiarachnella gorgonia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.85'^^xsd:double;
  dwc:latitude '-3.63'^^xsd:double;
  dwc:aphiaid '213218'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69120'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213218'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.63 39.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.63"^^xsd:decimal ;
  dwc:decimalLongitude "39.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.63 39.85)"^^geo:wktLiteral ;
  geo-pos:lat "-3.63"^^xsd:decimal ;
  geo-pos:long "39.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69121'^^xsd:string;
  dwc:scientificName 'Ophiarachnella septemspinosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.85'^^xsd:double;
  dwc:latitude '-3.63'^^xsd:double;
  dwc:aphiaid '213217'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69121'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213217'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.6281 39.85994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.6281"^^xsd:decimal ;
  dwc:decimalLongitude "39.85994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.6281 39.85994)"^^geo:wktLiteral ;
  geo-pos:lat "-3.6281"^^xsd:decimal ;
  geo-pos:long "39.85994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69122'^^xsd:string;
  dwc:scientificName 'Laganum depressum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.85994'^^xsd:double;
  dwc:latitude '-3.6281'^^xsd:double;
  dwc:aphiaid '212456'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69122'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '513356'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.7191 39.36962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.7191"^^xsd:decimal ;
  dwc:decimalLongitude "39.36962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.7191 39.36962)"^^geo:wktLiteral ;
  geo-pos:lat "-4.7191"^^xsd:decimal ;
  geo-pos:long "39.36962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69123'^^xsd:string;
  dwc:scientificName 'Acanthaster planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.36962'^^xsd:double;
  dwc:latitude '-4.7191'^^xsd:double;
  dwc:aphiaid '213289'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69123'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.11725 41.05382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.11725"^^xsd:decimal ;
  dwc:decimalLongitude "41.05382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.11725 41.05382)"^^geo:wktLiteral ;
  geo-pos:lat "-2.11725"^^xsd:decimal ;
  geo-pos:long "41.05382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69124'^^xsd:string;
  dwc:scientificName 'Echinodiscus bisperforatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '41.05382'^^xsd:double;
  dwc:latitude '-2.11725'^^xsd:double;
  dwc:aphiaid '212460'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69124'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69125'^^xsd:string;
  dwc:scientificName 'Amphiura luetkeni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '212356'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69125'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '243042'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69126'^^xsd:string;
  dwc:scientificName 'Echinostrephus molaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '213384'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69126'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213384'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69127'^^xsd:string;
  dwc:scientificName 'Eucidaris metularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '213369'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69127'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213369'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69128'^^xsd:string;
  dwc:scientificName 'Macrophiothrix demessa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '213193'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69128'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213193'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69129'^^xsd:string;
  dwc:scientificName 'Macrophiothrix propinqua'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '213198'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69129'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213198'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69130'^^xsd:string;
  dwc:scientificName 'Ophiactis picteti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '212328'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69130'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212328'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69131'^^xsd:string;
  dwc:scientificName 'Ophiactis savignyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '125122'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69131'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125122'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69132'^^xsd:string;
  dwc:scientificName 'Ophidiaster sp. (?O.hemprichi)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '123314'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69132'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69133'^^xsd:string;
  dwc:scientificName 'Ophiocentrus dilatatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '245781'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69133'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69134'^^xsd:string;
  dwc:scientificName 'Ophiocoma erinaceus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '212371'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69134'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212371'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69135'^^xsd:string;
  dwc:scientificName 'Ophiocoma pusilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '212382'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69135'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69136'^^xsd:string;
  dwc:scientificName 'Ophiocoma valenciae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '212375'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69136'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69137'^^xsd:string;
  dwc:scientificName 'Ophionereis porrecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '213419'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69137'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213419'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69138'^^xsd:string;
  dwc:scientificName 'Ophiotela tigris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '213397'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69138'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213397'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.633333"^^xsd:decimal ;
  dwc:decimalLongitude "39.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.633333 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "-5.633333"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69139'^^xsd:string;
  dwc:scientificName 'Ophiothrix trilineata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '-5.633333'^^xsd:double;
  dwc:aphiaid '212416'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69139'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '244195'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69140'^^xsd:string;
  dwc:scientificName 'Acanthaster planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '213289'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69140'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69141'^^xsd:string;
  dwc:scientificName 'Actinopyga sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '205662'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69141'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '205662'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69142'^^xsd:string;
  dwc:scientificName 'Bohadschia koellikeri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '210764'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69142'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210764'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69143'^^xsd:string;
  dwc:scientificName 'Bohadschia marmorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '210762'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69143'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210762'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69144'^^xsd:string;
  dwc:scientificName 'Commissia hartmeyeri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '216187'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69144'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213328'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69145'^^xsd:string;
  dwc:scientificName 'Diadema savignyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '213375'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69145'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213375'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69146'^^xsd:string;
  dwc:scientificName 'Holothuria (Metriatyla) scabra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '210813'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69146'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672770'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69147'^^xsd:string;
  dwc:scientificName 'Laganum depressum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '212456'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69147'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '513356'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69148'^^xsd:string;
  dwc:scientificName 'Linckia laevigata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '207610'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69148'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207610'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69149> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69149'^^xsd:string;
  dwc:scientificName 'Ophiocoma scolopendrina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '212378'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69149'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212378'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69150'^^xsd:string;
  dwc:scientificName 'Ophiolepis superba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '213464'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69150'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213464'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69151> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69151'^^xsd:string;
  dwc:scientificName 'Ophioplocus imbricatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '243985'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69151'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '243985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69152'^^xsd:string;
  dwc:scientificName 'Protoreaster lincki'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '213286'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69152'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213286'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2596"^^xsd:decimal ;
  dwc:decimalLongitude "40.1338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2596 40.1338)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2596"^^xsd:decimal ;
  geo-pos:long "40.1338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69153'^^xsd:string;
  dwc:scientificName 'Toxopneustes pileolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.1338'^^xsd:double;
  dwc:latitude '-3.2596'^^xsd:double;
  dwc:aphiaid '212449'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69153'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212449'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69154> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69154'^^xsd:string;
  dwc:scientificName 'Actinopyga echinites'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '208947'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69154'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '208947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69155'^^xsd:string;
  dwc:scientificName 'Actinopyga miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '208949'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69155'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '208949'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69156> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69156'^^xsd:string;
  dwc:scientificName 'Afrocucumis africana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210950'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69156'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210950'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69157> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69157'^^xsd:string;
  dwc:scientificName 'Brissus latecarinatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213575'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69157'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213575'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69158'^^xsd:string;
  dwc:scientificName 'Echinometra mathaei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213383'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69158'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213383'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69159> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69159'^^xsd:string;
  dwc:scientificName 'Echinostrephus molaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213384'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69159'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213384'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69160> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69160'^^xsd:string;
  dwc:scientificName 'Echinothrix calamaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213377'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69160'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213377'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69161> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69161'^^xsd:string;
  dwc:scientificName 'Echinothrix diadema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213378'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69161'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213378'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69162> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69162'^^xsd:string;
  dwc:scientificName 'Eucidaris metularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213369'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69162'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213369'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69163> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69163'^^xsd:string;
  dwc:scientificName 'Holothuria (Lessonothuria) pardalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210893'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69163'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210893'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69164'^^xsd:string;
  dwc:scientificName 'Holothuria (Mertensiothuria) leucospilota'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210881'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69164'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672774'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69165> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69165'^^xsd:string;
  dwc:scientificName 'Holothuria (Mertensiothuria) pervicax'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210901'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69165'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210901'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69166'^^xsd:string;
  dwc:scientificName 'Holothuria (Metriatyla) scabra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210813'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69166'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672770'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69167> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69167'^^xsd:string;
  dwc:scientificName 'Holothuria (Microthele) nobilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210835'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69167'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672772'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69168'^^xsd:string;
  dwc:scientificName 'Holothuria (Semperothuria) cinerascens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210846'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69168'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672777'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69169> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69169'^^xsd:string;
  dwc:scientificName 'Holothuria (Thymiosycia) impatiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '125185'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69169'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125185'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69170'^^xsd:string;
  dwc:scientificName 'Leiaster coriaceus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213309'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69170'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69171> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69171'^^xsd:string;
  dwc:scientificName 'Leiaster glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213310'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69171'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213310'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69172> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69172'^^xsd:string;
  dwc:scientificName 'Linckia guildingi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '178188'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69172'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '178188'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69173'^^xsd:string;
  dwc:scientificName 'Linckia laevigata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '207610'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69173'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207610'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69174'^^xsd:string;
  dwc:scientificName 'Linckia multifora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '207607'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69174'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207607'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69175'^^xsd:string;
  dwc:scientificName 'Nardoa variolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212316'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69175'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212316'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69176> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69176'^^xsd:string;
  dwc:scientificName 'Ophiactis savignyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '125122'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69176'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125122'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69177'^^xsd:string;
  dwc:scientificName 'Ophiarachnella gorgonia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213218'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69177'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213218'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69178'^^xsd:string;
  dwc:scientificName 'Ophiarthrum elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212388'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69178'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306667'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69179'^^xsd:string;
  dwc:scientificName 'Ophiocoma erinaceus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212371'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69179'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212371'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69180> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69180'^^xsd:string;
  dwc:scientificName 'Ophiocoma valenciae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212375'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69180'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69181> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69181'^^xsd:string;
  dwc:scientificName 'Ophiolepis superba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213464'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69181'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213464'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69182'^^xsd:string;
  dwc:scientificName 'Ophiotela danae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213399'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69182'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '244093'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69183'^^xsd:string;
  dwc:scientificName 'Ophiothrix trilineata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212416'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69183'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '244195'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69184'^^xsd:string;
  dwc:scientificName 'Prionocidaris verticillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '214643'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69184'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '513478'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69185'^^xsd:string;
  dwc:scientificName 'Stichopus variegatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210905'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69185'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210914'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69186'^^xsd:string;
  dwc:scientificName 'Stomopneustes variolaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212440'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69186'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69187'^^xsd:string;
  dwc:scientificName 'Afrocucumis africana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210950'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69187'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210950'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69206'^^xsd:string;
  dwc:scientificName 'Astropecten polyacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213245'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69206'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213245'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69207'^^xsd:string;
  dwc:scientificName 'Thelenota ananas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210916'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69207'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210916'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69208'^^xsd:string;
  dwc:scientificName 'Clypeaster reticulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '213362'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69208'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213362'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69209'^^xsd:string;
  dwc:scientificName 'Eucidaris metularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '213369'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69209'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213369'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69210'^^xsd:string;
  dwc:scientificName 'Laganum joubini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '212454'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69210'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212454'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69211'^^xsd:string;
  dwc:scientificName 'Linckia guildingi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '178188'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69211'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '178188'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69212'^^xsd:string;
  dwc:scientificName 'Ophiactis picteti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '212328'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69212'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212328'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69213'^^xsd:string;
  dwc:scientificName 'Ophiactis savignyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '125122'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69213'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125122'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69214> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69214'^^xsd:string;
  dwc:scientificName 'Ophiolepis superba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '213464'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69214'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213464'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69215'^^xsd:string;
  dwc:scientificName 'Ophionereis porrecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '213419'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69215'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213419'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69216'^^xsd:string;
  dwc:scientificName 'Ophiopeza fallax'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '526228'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69216'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '245136'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69217'^^xsd:string;
  dwc:scientificName 'Ophiotela tigris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '213397'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69217'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213397'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69218'^^xsd:string;
  dwc:scientificName 'Ophiotela venusta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '213400'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69218'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213400'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69219'^^xsd:string;
  dwc:scientificName 'Ophiothrix (Acanthophiothrix) purpurea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '244144'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69219'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '244144'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.75"^^xsd:decimal ;
  dwc:decimalLongitude "39.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.75 39.25)"^^geo:wktLiteral ;
  geo-pos:lat "-5.75"^^xsd:decimal ;
  geo-pos:long "39.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69220'^^xsd:string;
  dwc:scientificName 'Ophiothrix trilineata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.25'^^xsd:double;
  dwc:latitude '-5.75'^^xsd:double;
  dwc:aphiaid '212416'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69220'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '244195'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18333 39.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.18333"^^xsd:decimal ;
  dwc:decimalLongitude "39.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18333 39.15)"^^geo:wktLiteral ;
  geo-pos:lat "-6.18333"^^xsd:decimal ;
  geo-pos:long "39.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69221'^^xsd:string;
  dwc:scientificName 'Metalia sternalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.15'^^xsd:double;
  dwc:latitude '-6.18333'^^xsd:double;
  dwc:aphiaid '212465'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69221'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212465'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18333 39.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.18333"^^xsd:decimal ;
  dwc:decimalLongitude "39.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18333 39.15)"^^geo:wktLiteral ;
  geo-pos:lat "-6.18333"^^xsd:decimal ;
  geo-pos:long "39.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69222'^^xsd:string;
  dwc:scientificName 'Ophiactis savignyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.15'^^xsd:double;
  dwc:latitude '-6.18333'^^xsd:double;
  dwc:aphiaid '125122'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69222'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125122'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18333 39.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.18333"^^xsd:decimal ;
  dwc:decimalLongitude "39.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18333 39.15)"^^geo:wktLiteral ;
  geo-pos:lat "-6.18333"^^xsd:decimal ;
  geo-pos:long "39.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69223'^^xsd:string;
  dwc:scientificName 'Pentaceraster mammillatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.15'^^xsd:double;
  dwc:latitude '-6.18333'^^xsd:double;
  dwc:aphiaid '213126'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69223'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213126'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69224> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69224'^^xsd:string;
  dwc:scientificName '? Paranepanthia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '123133'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69224'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123133'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69225'^^xsd:string;
  dwc:scientificName 'Astropyga radiata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '213370'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69225'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213370'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69226'^^xsd:string;
  dwc:scientificName 'Colobocentrotus atratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '216204'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69226'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '513798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69227'^^xsd:string;
  dwc:scientificName 'Echinaster purpureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '213317'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69227'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213317'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69228'^^xsd:string;
  dwc:scientificName 'Echinometra mathaei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '213383'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69228'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213383'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69229> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69229'^^xsd:string;
  dwc:scientificName 'Echinostrephus molaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '213384'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69229'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213384'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69230> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69230'^^xsd:string;
  dwc:scientificName 'Heterocentrotus mammillatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '213385'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69230'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '568045'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69231'^^xsd:string;
  dwc:scientificName 'Heterocentrotus trigonarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '213386'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69231'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213386'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69232'^^xsd:string;
  dwc:scientificName 'Holothuria (Thymiosycia) impatiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '125185'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69232'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125185'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69197'^^xsd:string;
  dwc:scientificName 'Ophiocoma brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212370'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69197'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1214744'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69198'^^xsd:string;
  dwc:scientificName 'Ophiocoma erinaceus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212371'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69198'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212371'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69199'^^xsd:string;
  dwc:scientificName 'Ophiocoma scolopendrina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212378'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69199'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212378'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69200'^^xsd:string;
  dwc:scientificName 'Ophiocoma valenciae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212375'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69200'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69201'^^xsd:string;
  dwc:scientificName 'Ophiocomastix venosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212397'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69201'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212397'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69202'^^xsd:string;
  dwc:scientificName 'Ophiolepis superba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213464'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69202'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213464'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69203'^^xsd:string;
  dwc:scientificName 'Stichopus variegatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210905'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69203'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210914'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69204> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69204'^^xsd:string;
  dwc:scientificName 'Stomopneustes variolaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212440'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69204'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69205'^^xsd:string;
  dwc:scientificName 'Synapta maculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210974'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69205'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210974'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69188'^^xsd:string;
  dwc:scientificName 'Brissus latecarinatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213575'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69188'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213575'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69189'^^xsd:string;
  dwc:scientificName 'Diadema setosum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213372'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69189'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213372'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69190'^^xsd:string;
  dwc:scientificName 'Echinometra mathaei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '213383'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69190'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213383'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69191'^^xsd:string;
  dwc:scientificName 'Holothuria (Lessonothuria) pardalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210893'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69191'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210893'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69192'^^xsd:string;
  dwc:scientificName 'Holothuria (Mertensiothuria) leucospilota'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210881'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69192'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672774'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69193'^^xsd:string;
  dwc:scientificName 'Holothuria (Metriatyla) scabra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '210813'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69193'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672770'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69194'^^xsd:string;
  dwc:scientificName 'Holothuria (Thymiosycia) impatiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '125185'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69194'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125185'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69195'^^xsd:string;
  dwc:scientificName 'Linckia laevigata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '207610'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69195'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207610'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.37"^^xsd:decimal ;
  dwc:decimalLongitude "39.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.37 39.97)"^^geo:wktLiteral ;
  geo-pos:lat "-3.37"^^xsd:decimal ;
  geo-pos:long "39.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69196'^^xsd:string;
  dwc:scientificName 'Nardoa variolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97'^^xsd:double;
  dwc:latitude '-3.37'^^xsd:double;
  dwc:aphiaid '212316'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69196'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212316'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69296'^^xsd:string;
  dwc:scientificName 'Ophiothrix echinotecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212400'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69296'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '244171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69297'^^xsd:string;
  dwc:scientificName 'Parasalenia gratiosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212438'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69297'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212438'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69298'^^xsd:string;
  dwc:scientificName 'Prionocidaris verticillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '214643'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69298'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '513478'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69299'^^xsd:string;
  dwc:scientificName 'Protoreaster lincki'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213286'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69299'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213286'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69300'^^xsd:string;
  dwc:scientificName 'Protoreaster nodosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213285'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69300'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213285'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69301> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69301'^^xsd:string;
  dwc:scientificName 'Schizasterid sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '123176'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69301'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123176'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69302'^^xsd:string;
  dwc:scientificName 'Stomopneustes variolaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212440'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69302'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69303> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69303'^^xsd:string;
  dwc:scientificName 'Toxopneustes pileolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212449'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69303'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212449'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69304> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69304'^^xsd:string;
  dwc:scientificName 'Tripneustes gratilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212453'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69304'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39743 39.97784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39743"^^xsd:decimal ;
  dwc:decimalLongitude "39.97784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39743 39.97784)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39743"^^xsd:decimal ;
  geo-pos:long "39.97784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69305'^^xsd:string;
  dwc:scientificName 'Clypeaster reticulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97784'^^xsd:double;
  dwc:latitude '-3.39743'^^xsd:double;
  dwc:aphiaid '213362'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69305'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213362'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39743 39.97784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.39743"^^xsd:decimal ;
  dwc:decimalLongitude "39.97784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.39743 39.97784)"^^geo:wktLiteral ;
  geo-pos:lat "-3.39743"^^xsd:decimal ;
  geo-pos:long "39.97784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69306'^^xsd:string;
  dwc:scientificName 'Monachaster sanderi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.97784'^^xsd:double;
  dwc:latitude '-3.39743'^^xsd:double;
  dwc:aphiaid '213137'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69306'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213137'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69233> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69233'^^xsd:string;
  dwc:scientificName 'Opheodosoma spectabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '210712'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69233'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210712'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69234'^^xsd:string;
  dwc:scientificName 'Ophiarthrum elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '212388'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69234'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306667'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69235'^^xsd:string;
  dwc:scientificName 'Ophiocoma erinaceus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '212371'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69235'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212371'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69236'^^xsd:string;
  dwc:scientificName 'Ophiocoma scolopendrina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '212378'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69236'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212378'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69237'^^xsd:string;
  dwc:scientificName 'Ophiocomastix venosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '212397'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69237'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212397'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69238'^^xsd:string;
  dwc:scientificName 'Ophiolepis cincta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '213467'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69238'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '224123'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69239> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69239'^^xsd:string;
  dwc:scientificName 'Ophiopeza fallax'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '526228'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69239'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '245136'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.9898"^^xsd:decimal ;
  dwc:decimalLongitude "40.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.9898 40.2409)"^^geo:wktLiteral ;
  geo-pos:lat "-2.9898"^^xsd:decimal ;
  geo-pos:long "40.2409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69240'^^xsd:string;
  dwc:scientificName 'Protoreaster lincki'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '40.2409'^^xsd:double;
  dwc:latitude '-2.9898'^^xsd:double;
  dwc:aphiaid '213286'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69240'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213286'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.6167 39.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.6167"^^xsd:decimal ;
  dwc:decimalLongitude "39.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.6167 39.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.6167"^^xsd:decimal ;
  geo-pos:long "39.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69241'^^xsd:string;
  dwc:scientificName 'Acanthaster planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.3667'^^xsd:double;
  dwc:latitude '-4.6167'^^xsd:double;
  dwc:aphiaid '213289'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69241'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69251'^^xsd:string;
  dwc:scientificName 'Asterina burtoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213130'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69251'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '459524'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69252'^^xsd:string;
  dwc:scientificName 'Astropyga radiata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213370'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69252'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213370'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69253> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69253'^^xsd:string;
  dwc:scientificName 'Bohadschia koellikeri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '210764'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69253'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210764'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69254'^^xsd:string;
  dwc:scientificName 'Bohadschia marmorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '210762'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69254'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210762'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69255> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69255'^^xsd:string;
  dwc:scientificName 'Clypeaster fervens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213361'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69255'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213361'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69256'^^xsd:string;
  dwc:scientificName 'Commissia hartmeyeri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '216187'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69256'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213328'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69257> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69257'^^xsd:string;
  dwc:scientificName 'Culcita schmideliana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212295'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69257'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212295'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69258'^^xsd:string;
  dwc:scientificName 'Diadema savignyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213375'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69258'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213375'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69259'^^xsd:string;
  dwc:scientificName 'Diadema setosum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213372'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69259'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213372'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.833333 39.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.833333"^^xsd:decimal ;
  dwc:decimalLongitude "39.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.833333 39.16667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.833333"^^xsd:decimal ;
  geo-pos:long "39.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69242'^^xsd:string;
  dwc:scientificName 'Clypeaster rarispinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.16667'^^xsd:double;
  dwc:latitude '-5.833333'^^xsd:double;
  dwc:aphiaid '213365'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69242'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213365'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3674 39.9976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3674"^^xsd:decimal ;
  dwc:decimalLongitude "39.9976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3674 39.9976)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3674"^^xsd:decimal ;
  geo-pos:long "39.9976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69243'^^xsd:string;
  dwc:scientificName '? Paranepanthia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.9976'^^xsd:double;
  dwc:latitude '-3.3674'^^xsd:double;
  dwc:aphiaid '123133'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69243'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123133'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69244> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3674 39.9976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3674"^^xsd:decimal ;
  dwc:decimalLongitude "39.9976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3674 39.9976)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3674"^^xsd:decimal ;
  geo-pos:long "39.9976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69244'^^xsd:string;
  dwc:scientificName 'Asterina burtoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.9976'^^xsd:double;
  dwc:latitude '-3.3674'^^xsd:double;
  dwc:aphiaid '213130'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69244'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '459524'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69245> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.66805556 39.36972222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.66805556"^^xsd:decimal ;
  dwc:decimalLongitude "39.36972222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.66805556 39.36972222)"^^geo:wktLiteral ;
  geo-pos:lat "-4.66805556"^^xsd:decimal ;
  geo-pos:long "39.36972222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69245'^^xsd:string;
  dwc:scientificName 'Acanthaster planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.36972222'^^xsd:double;
  dwc:latitude '-4.66805556'^^xsd:double;
  dwc:aphiaid '213289'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69245'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69246'^^xsd:string;
  dwc:scientificName '? Paranepanthia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '123133'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69246'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123133'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69247'^^xsd:string;
  dwc:scientificName 'Afrocucumis africana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '210950'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69247'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210950'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69248'^^xsd:string;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69248'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69249'^^xsd:string;
  dwc:scientificName 'Amphiura luetkeni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212356'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69249'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '243042'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69250'^^xsd:string;
  dwc:scientificName 'Amphiura sp.aff.crispa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '123613'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69250'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123613'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69260'^^xsd:string;
  dwc:scientificName 'Echinaster purpureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213317'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69260'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213317'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69261'^^xsd:string;
  dwc:scientificName 'Echinometra mathaei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213383'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69261'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213383'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69262> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69262'^^xsd:string;
  dwc:scientificName 'Echinostrephus molaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213384'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69262'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213384'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69263'^^xsd:string;
  dwc:scientificName 'Gomophia egyptiaca egeriae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '224054'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69263'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '378610'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69264'^^xsd:string;
  dwc:scientificName 'Holothuria (Halodeima) atra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '148748'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69264'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672768'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69265'^^xsd:string;
  dwc:scientificName 'Holothuria (Lessonothuria) pardalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '210893'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69265'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210893'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69266'^^xsd:string;
  dwc:scientificName 'Holothuria (Mertensiothuria) fuscocinerea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '210873'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69266'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210873'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69267'^^xsd:string;
  dwc:scientificName 'Holothuria (Mertensiothuria) leucospilota'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '210881'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69267'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672774'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69268'^^xsd:string;
  dwc:scientificName 'Holothuria (Mertensiothuria) pervicax'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '210901'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69268'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210901'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69269'^^xsd:string;
  dwc:scientificName 'Holothuria (Microthele) nobilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '210835'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69269'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672772'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69270'^^xsd:string;
  dwc:scientificName 'Holothuria (Thymiosycia) impatiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '125185'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69270'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '125185'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69271'^^xsd:string;
  dwc:scientificName 'Labidodemas semperianum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '210774'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69271'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210774'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69272> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69272'^^xsd:string;
  dwc:scientificName 'Laganum depressum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212456'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69272'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '513356'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69273'^^xsd:string;
  dwc:scientificName 'Leiaster coriaceus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213309'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69273'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69274'^^xsd:string;
  dwc:scientificName 'Linckia laevigata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '207610'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69274'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207610'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69275'^^xsd:string;
  dwc:scientificName 'Linckia multifora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '207607'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69275'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207607'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69276'^^xsd:string;
  dwc:scientificName 'Macrophiothrix propinqua'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213198'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69276'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213198'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69277'^^xsd:string;
  dwc:scientificName 'Ophiactis picteti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212328'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69277'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212328'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69287> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69287'^^xsd:string;
  dwc:scientificName 'Ophiocomastix venosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212397'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69287'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212397'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69288'^^xsd:string;
  dwc:scientificName 'Ophiocomella sexradia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213452'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69288'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69289'^^xsd:string;
  dwc:scientificName 'Ophiolepis cincta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213467'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69289'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '224123'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69290'^^xsd:string;
  dwc:scientificName 'Ophiolepis superba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213464'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69290'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213464'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69291'^^xsd:string;
  dwc:scientificName 'Ophiomyxa australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212437'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69291'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69292> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69292'^^xsd:string;
  dwc:scientificName 'Ophionereis sp. (?O.dubia)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '123553'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69292'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '123553'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69293'^^xsd:string;
  dwc:scientificName 'Ophionereis vivipara'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213417'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69293'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1847025'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69294'^^xsd:string;
  dwc:scientificName 'Ophiopeza fallax'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '526228'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69294'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '245136'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69295'^^xsd:string;
  dwc:scientificName 'Ophiotela venusta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213400'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69295'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213400'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69278'^^xsd:string;
  dwc:scientificName 'Ophiarachnella septemspinosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '213217'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69278'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213217'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69279'^^xsd:string;
  dwc:scientificName 'Ophiarthrum elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212388'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69279'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306667'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69280'^^xsd:string;
  dwc:scientificName 'Ophiocoma brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212370'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69280'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1214744'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69281'^^xsd:string;
  dwc:scientificName 'Ophiocoma doederleini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212387'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69281'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1214746'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69282'^^xsd:string;
  dwc:scientificName 'Ophiocoma erinaceus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212371'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69282'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212371'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69283'^^xsd:string;
  dwc:scientificName 'Ophiocoma pusilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212382'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69283'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69284'^^xsd:string;
  dwc:scientificName 'Ophiocoma scolopendrina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212378'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69284'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212378'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69285'^^xsd:string;
  dwc:scientificName 'Ophiocoma valenciae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212375'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69285'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1306699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69286> ;
  mr:hasGeometry <https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.383333"^^xsd:decimal ;
  dwc:decimalLongitude "39.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.383333 39.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.383333"^^xsd:decimal ;
  geo-pos:long "39.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4441__Echinoderms%20of%20Kenya%27s%20marine%20parks%20and%20adjacent%20regions_Dasid4441_69286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Echinoderms of Kenya's marine parks and adjacent regions_Dasid4441_69286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4441_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-11-10'^^xsd:date;
  dwc:institutionCode 'Western Australia Museum'^^xsd:string;
  dwc:collectionCode 'Echinoderms of Kenya\'s marine parks and adjacent regions'^^xsd:string;
  dwc:catalogNumber 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69286'^^xsd:string;
  dwc:scientificName 'Ophiocomastix koehleri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:startYearCollected '1969'^^xsd:integer;
  dwc:endYearCollected '1969'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.983333'^^xsd:double;
  dwc:latitude '-3.383333'^^xsd:double;
  dwc:aphiaid '212395'^^xsd:integer;
  dwc:occurrenceId 'Echinoderms of Kenya\'s marine parks and adjacent regions_Dasid4441_69286'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212395'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF