@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/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65991> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65991'^^xsd:string;
  dwc:scientificName 'Laophonte sp.B'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65991'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65993> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65993'^^xsd:string;
  dwc:scientificName 'Laophonte sp.B'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65993'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65994> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65994'^^xsd:string;
  dwc:scientificName 'Laophonte sp.B'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65994'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65997> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65997'^^xsd:string;
  dwc:scientificName 'Laophontidae gen.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115155'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65997'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115155'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66003> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66003'^^xsd:string;
  dwc:scientificName 'Longipedia weberi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116376'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66003'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116376'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66007> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66007'^^xsd:string;
  dwc:scientificName 'Lourinia cf. Armata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116377'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66007'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '850566'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66010> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66010'^^xsd:string;
  dwc:scientificName 'Louriniidae fam.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115161'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66010'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66014> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66014'^^xsd:string;
  dwc:scientificName 'Metis ignea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116380'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66014'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66015> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66015'^^xsd:string;
  dwc:scientificName 'Metis ignea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116380'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66015'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66019> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66019'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66019'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66020> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66020'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66020'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66021> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66021'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66021'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66022> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66022'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66022'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66023> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66023'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66023'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66024> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66024'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66024'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66025> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66025'^^xsd:string;
  dwc:scientificName 'Nitocra affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115560'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66025'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672649'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66027> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66027'^^xsd:string;
  dwc:scientificName 'Nitocra affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115560'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66027'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672649'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66028> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66028'^^xsd:string;
  dwc:scientificName 'Nitocra affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115560'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66028'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672649'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66029> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66029'^^xsd:string;
  dwc:scientificName 'Nitocra affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115560'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66029'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672649'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66030> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66030'^^xsd:string;
  dwc:scientificName 'Nitocra affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115560'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66030'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672649'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66033> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66033'^^xsd:string;
  dwc:scientificName 'Nitocra affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115560'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66033'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1672649'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66034> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66034'^^xsd:string;
  dwc:scientificName 'Paradactylopodia brevicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116593'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66034'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116593'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66035> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66035'^^xsd:string;
  dwc:scientificName 'Paradactylopodia brevicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116593'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66035'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116593'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66036> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66036'^^xsd:string;
  dwc:scientificName 'Paradactylopodia brevicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116593'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66036'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116593'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66037> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66037'^^xsd:string;
  dwc:scientificName 'Paradactylopodia brevicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116593'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66037'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116593'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66040> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66040'^^xsd:string;
  dwc:scientificName 'Paradactylopodia brevicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116593'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66040'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116593'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66041> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66041'^^xsd:string;
  dwc:scientificName 'Paradactylopodia brevicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116593'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66041'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116593'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66042> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66042'^^xsd:string;
  dwc:scientificName 'Paradactylopodia brevicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116593'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66042'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116593'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66046> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66046'^^xsd:string;
  dwc:scientificName 'Paradactylopodia sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115464'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66046'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115464'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66049> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66049'^^xsd:string;
  dwc:scientificName 'Paraidya sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '150161'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66049'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '534131'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66050> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66050'^^xsd:string;
  dwc:scientificName 'Paraidya sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '150161'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66050'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '534131'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66052> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66052'^^xsd:string;
  dwc:scientificName 'Paralaophonte sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115379'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66052'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115379'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66053> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66053'^^xsd:string;
  dwc:scientificName 'Paralaophonte sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115379'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66053'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115379'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66056> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66056'^^xsd:string;
  dwc:scientificName 'Paramphiascopsis sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115315'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66056'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115305'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66058> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66058'^^xsd:string;
  dwc:scientificName 'Paramphiascopsis sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115315'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66058'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115305'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66065> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66065'^^xsd:string;
  dwc:scientificName 'Peltidium cf. Maldivium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '354654'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66065'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '354654'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65817'^^xsd:string;
  dwc:scientificName 'Ambunguipes rufocincta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115511'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65817'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115511'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65822> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65822'^^xsd:string;
  dwc:scientificName 'Ambunguipes similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '361079'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65822'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '361079'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65825> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65825'^^xsd:string;
  dwc:scientificName 'Amphiascopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115304'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65825'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65826> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65826'^^xsd:string;
  dwc:scientificName 'Amphiascopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115304'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65826'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65830> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65830'^^xsd:string;
  dwc:scientificName 'Amphiascopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115304'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65830'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65836> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65836'^^xsd:string;
  dwc:scientificName 'Amphiascus cf. Parvus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115920'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65836'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '359311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65838> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65838'^^xsd:string;
  dwc:scientificName 'Ancorabolidae gen.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115136'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65838'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115136'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65839> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65839'^^xsd:string;
  dwc:scientificName 'Ancorabolidae gen.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115136'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65839'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115136'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65846> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65846'^^xsd:string;
  dwc:scientificName 'Bradyellopsis sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115332'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65846'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115332'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65850> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65850'^^xsd:string;
  dwc:scientificName 'Cylindropsillidae gen.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115147'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65850'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115147'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65851> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65851'^^xsd:string;
  dwc:scientificName 'Cylindropsillidae gen.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115147'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65851'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115147'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65852> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65852'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65852'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65853> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65853'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65853'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65854> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65854'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65854'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65855> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65855'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65855'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65856> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65856'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65856'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65857> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65857'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65857'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65858> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65858'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65858'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65859> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65859'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65859'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65860> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65860'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65860'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65861> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65861'^^xsd:string;
  dwc:scientificName 'Diarthrodes ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116576'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65861'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116908'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65862> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65862'^^xsd:string;
  dwc:scientificName 'Diarthrodes ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116576'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65862'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116908'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65863> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65863'^^xsd:string;
  dwc:scientificName 'Diarthrodes ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116576'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65863'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116908'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65864> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65864'^^xsd:string;
  dwc:scientificName 'Diarthrodes ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116576'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65864'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116908'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65867> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65867'^^xsd:string;
  dwc:scientificName 'Diarthrodes ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116576'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65867'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116908'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65868> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65868'^^xsd:string;
  dwc:scientificName 'Diarthrodes ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116576'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65868'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116908'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65869> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65869'^^xsd:string;
  dwc:scientificName 'Diarthrodes ponticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116576'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65869'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116908'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65870'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65870'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65871> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65871'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65871'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65874> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65874'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65874'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65875> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65875'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65875'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65876'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65876'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65877> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65877'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65877'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65878> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65878'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65878'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65880> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65880'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.B'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65880'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65881> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65881'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.B'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65881'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65887> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65887'^^xsd:string;
  dwc:scientificName 'Diarthrodes sp.B'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115460'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65887'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115460'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65889> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65889'^^xsd:string;
  dwc:scientificName 'Diosaccus hameltoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220668'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65889'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65890> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65890'^^xsd:string;
  dwc:scientificName 'Diosaccus hameltoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220668'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65890'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65892'^^xsd:string;
  dwc:scientificName 'Diosaccus hameltoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220668'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65892'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65894> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65894'^^xsd:string;
  dwc:scientificName 'Diosaccus monardi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220667'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65894'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220667'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65895> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65895'^^xsd:string;
  dwc:scientificName 'Diosaccus monardi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220667'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65895'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220667'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65898> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65898'^^xsd:string;
  dwc:scientificName 'Diosaccus sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115309'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65898'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65901> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65901'^^xsd:string;
  dwc:scientificName 'Diosaccus sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115309'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65901'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65904> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65904'^^xsd:string;
  dwc:scientificName 'Diosacopsis sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115308'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65904'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115308'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65908> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65908'^^xsd:string;
  dwc:scientificName 'Ectinosoma sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115333'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65908'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115333'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65910> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65910'^^xsd:string;
  dwc:scientificName 'Ectinosoma sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115333'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65910'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115333'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65914> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65914'^^xsd:string;
  dwc:scientificName 'Ectinosoma sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115333'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65914'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115333'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65915'^^xsd:string;
  dwc:scientificName 'Ectinosoma sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115333'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65915'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115333'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65916> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65916'^^xsd:string;
  dwc:scientificName 'Ectinosoma sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115333'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65916'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115333'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65921> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65921'^^xsd:string;
  dwc:scientificName 'Ectinosomatidae gen.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115151'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65921'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115151'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65924> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65924'^^xsd:string;
  dwc:scientificName 'Esola hirsuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220675'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65924'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65925> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65925'^^xsd:string;
  dwc:scientificName 'Esola hirsuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220675'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65925'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65926> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65926'^^xsd:string;
  dwc:scientificName 'Esola hirsuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220675'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65926'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65928> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65928'^^xsd:string;
  dwc:scientificName 'Esola longicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '220674'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65928'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '847446'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65929> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65929'^^xsd:string;
  dwc:scientificName 'Esola longicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '220674'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65929'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '847446'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65930> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65930'^^xsd:string;
  dwc:scientificName 'Esola longicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '220674'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65930'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '847446'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65933> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65933'^^xsd:string;
  dwc:scientificName 'Esola sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115368'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65933'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115368'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65935> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65935'^^xsd:string;
  dwc:scientificName 'Eudactylopus andrewi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220664'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65935'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1591352'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65936> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65936'^^xsd:string;
  dwc:scientificName 'Eudactylopus andrewi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220664'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65936'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1591352'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65937> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65937'^^xsd:string;
  dwc:scientificName 'Eudactylopus andrewi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220664'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65937'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1591352'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65939> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65939'^^xsd:string;
  dwc:scientificName 'Eudactylopus andrewi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220664'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65939'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1591352'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65941> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65941'^^xsd:string;
  dwc:scientificName 'Eudactylopus fasciatus "S"'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '220665'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65941'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220665'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65942> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65942'^^xsd:string;
  dwc:scientificName 'Eudactylopus fasciatus "S"'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '220665'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65942'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220665'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65946> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65946'^^xsd:string;
  dwc:scientificName 'Eudactylopus fasciatus "SP"'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '220665'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65946'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220665'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65947> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65947'^^xsd:string;
  dwc:scientificName 'Eudactylopus fasciatus "SP"'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '220665'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65947'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220665'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65948> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65948'^^xsd:string;
  dwc:scientificName 'Eudactylopus fasciatus "SP"'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220665'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65948'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220665'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65949> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65949'^^xsd:string;
  dwc:scientificName 'Eudactylopus fasciatus "SP"'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220665'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65949'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220665'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65951> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65951'^^xsd:string;
  dwc:scientificName 'Eudactylopus fasciatus "SP"'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220665'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65951'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220665'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65952> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65952'^^xsd:string;
  dwc:scientificName 'Eudactylopus fasciatus "SP"'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '220665'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65952'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220665'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65953> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65953'^^xsd:string;
  dwc:scientificName 'Harpacticella sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '150155'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65953'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150155'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65957> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65957'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65957'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65958> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65958'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65958'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65959> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65959'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65959'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65960> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65960'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65960'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65962> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65962'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65962'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65963> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65963'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65963'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65964> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65964'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65964'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65967> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65967'^^xsd:string;
  dwc:scientificName 'Harpacticus sp.B'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115349'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65967'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115349'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65971> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65971'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65971'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65972> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65972'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65972'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65973> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65973'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65973'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65974> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65974'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65974'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65975> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65975'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65975'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65976> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65976'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65976'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65977> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65977'^^xsd:string;
  dwc:scientificName 'Heterolaophonte strömi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116247'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65977'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116871'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65981> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65981'^^xsd:string;
  dwc:scientificName 'Laophonte sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65981'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65982> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65982'^^xsd:string;
  dwc:scientificName 'Laophonte sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65982'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65983> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65983'^^xsd:string;
  dwc:scientificName 'Laophonte sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65983'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65984> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65984'^^xsd:string;
  dwc:scientificName 'Laophonte sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65984'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65986> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65986'^^xsd:string;
  dwc:scientificName 'Laophonte sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65986'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65987> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65987'^^xsd:string;
  dwc:scientificName 'Laophonte sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65987'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65988> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_65988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65988'^^xsd:string;
  dwc:scientificName 'Laophonte sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115374'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_65988'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66067> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66067'^^xsd:string;
  dwc:scientificName 'Peltidium sp.inc. Cop.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115430'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66067'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115430'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66068> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66068'^^xsd:string;
  dwc:scientificName 'Peltidium sp.inc. Cop.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115430'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66068'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115430'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66073> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66073'^^xsd:string;
  dwc:scientificName 'Porcellidium clavigerum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '211849'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66073'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '359196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66075> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66075'^^xsd:string;
  dwc:scientificName 'Porcellidium clavigerum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '211849'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66075'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '359196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66076> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66076'^^xsd:string;
  dwc:scientificName 'Porcellidium clavigerum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '211849'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66076'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '359196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66077> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66077'^^xsd:string;
  dwc:scientificName 'Porcellidium clavigerum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '211849'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66077'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '359196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66078> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66078'^^xsd:string;
  dwc:scientificName 'Porcellidium clavigerum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '211849'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66078'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '359196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66080> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66080'^^xsd:string;
  dwc:scientificName 'Porcellidium ovatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116469'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66080'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116471'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66082> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66082'^^xsd:string;
  dwc:scientificName 'Porcellidium ovatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '116469'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66082'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116471'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66084> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66084'^^xsd:string;
  dwc:scientificName 'Porcellidium ovatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116469'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66084'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116471'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66085> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66085'^^xsd:string;
  dwc:scientificName 'Porcellidium ovatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116469'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66085'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116471'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66087> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66087'^^xsd:string;
  dwc:scientificName 'Porcellidium ovatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116469'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66087'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116471'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66088> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66088'^^xsd:string;
  dwc:scientificName 'Porcellidium ovatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116469'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66088'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116471'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66090> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66090'^^xsd:string;
  dwc:scientificName 'Porcellidium sp.D'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115433'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66090'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66091> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66091'^^xsd:string;
  dwc:scientificName 'Porcellidium sp.D'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115433'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66091'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66092> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66092'^^xsd:string;
  dwc:scientificName 'Porcellidium sp.D'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115433'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66092'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66093> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66093'^^xsd:string;
  dwc:scientificName 'Porcellidium sp.D'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115433'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66093'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66094> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66094'^^xsd:string;
  dwc:scientificName 'Porcellidium viride'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116472'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66094'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116472'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66096> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66096'^^xsd:string;
  dwc:scientificName 'Porcellidium viride'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116472'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66096'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116472'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66098> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66098'^^xsd:string;
  dwc:scientificName 'Porcellidium viride'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116472'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66098'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116472'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66101'^^xsd:string;
  dwc:scientificName 'Robertsonia propinqua'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '116008'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66101'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116008'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66104'^^xsd:string;
  dwc:scientificName 'Ryncholagena cf. Littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '355314'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66104'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '355314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66105'^^xsd:string;
  dwc:scientificName 'Ryncholagena cf. Littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '355314'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66105'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '355314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66106'^^xsd:string;
  dwc:scientificName 'Ryncholagena cf. Littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '355314'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66106'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '355314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66107'^^xsd:string;
  dwc:scientificName 'Ryncholagena cf. Littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '355314'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66107'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '355314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66109'^^xsd:string;
  dwc:scientificName 'Ryncholagena cf. Littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '355314'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66109'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '355314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66110'^^xsd:string;
  dwc:scientificName 'Ryncholagena cf. Littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '355314'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66110'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '355314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66111'^^xsd:string;
  dwc:scientificName 'Ryncholagena cf. Littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '355314'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66111'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '355314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66112'^^xsd:string;
  dwc:scientificName 'Ryncholagena cf. Littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '355314'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66112'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '355314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66113'^^xsd:string;
  dwc:scientificName 'Scutellidium sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115481'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66113'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66114'^^xsd:string;
  dwc:scientificName 'Scutellidium sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115481'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66114'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66115'^^xsd:string;
  dwc:scientificName 'Scutellidium sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115481'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66115'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66116'^^xsd:string;
  dwc:scientificName 'Scutellidium sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115481'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66116'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66117'^^xsd:string;
  dwc:scientificName 'Scutellidium sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115481'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66117'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66118'^^xsd:string;
  dwc:scientificName 'Scutellidium sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115481'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66118'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66119'^^xsd:string;
  dwc:scientificName 'Scutellidium sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115481'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66119'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66121'^^xsd:string;
  dwc:scientificName 'Scutellidium sp.A'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115481'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66121'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66124'^^xsd:string;
  dwc:scientificName 'Scutellidium sp.B'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115481'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66124'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66127'^^xsd:string;
  dwc:scientificName 'Syngastes sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115446'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66127'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115446'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66131'^^xsd:string;
  dwc:scientificName 'Syngastes sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115446'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66131'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115446'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66133'^^xsd:string;
  dwc:scientificName 'Syngastes sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115446'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66133'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115446'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66134'^^xsd:string;
  dwc:scientificName 'Syngastes sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115446'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66134'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115446'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66135'^^xsd:string;
  dwc:scientificName 'Syngastes sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115446'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66135'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115446'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66136'^^xsd:string;
  dwc:scientificName 'Teissierella sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115328'^^xsd:integer;
  dwc:samplingEffort '301 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66136'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '549159'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66137'^^xsd:string;
  dwc:scientificName 'Teissierella sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115328'^^xsd:integer;
  dwc:samplingEffort '330 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66137'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '549159'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66138'^^xsd:string;
  dwc:scientificName 'Teissierella sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115328'^^xsd:integer;
  dwc:samplingEffort '240 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66138'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '549159'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05525"^^xsd:decimal ;
  dwc:decimalLongitude "39.68121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05525 39.68121)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05525"^^xsd:decimal ;
  geo-pos:long "39.68121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_EP4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66139'^^xsd:string;
  dwc:scientificName 'Teissierella sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.68121'^^xsd:double;
  dwc:latitude '-4.05525'^^xsd:double;
  dwc:aphiaid '115328'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66139'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '549159'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66140'^^xsd:string;
  dwc:scientificName 'Tisbe sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115484'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66140'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115484'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G2_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66141'^^xsd:string;
  dwc:scientificName 'Tisbe sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115484'^^xsd:integer;
  dwc:samplingEffort '201 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66141'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115484'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66142'^^xsd:string;
  dwc:scientificName 'Tisbe sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115484'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66142'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115484'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G4_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66143'^^xsd:string;
  dwc:scientificName 'Tisbe sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115484'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66143'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115484'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G5_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66144'^^xsd:string;
  dwc:scientificName 'Tisbe sp.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115484'^^xsd:integer;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66144'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115484'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G1_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66145'^^xsd:string;
  dwc:scientificName 'Tisbidae gen.inc.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '115183'^^xsd:integer;
  dwc:samplingEffort '354 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66145'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115183'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.435"^^xsd:decimal ;
  dwc:decimalLongitude "39.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.435 39.515)"^^geo:wktLiteral ;
  geo-pos:lat "-4.435"^^xsd:decimal ;
  geo-pos:long "39.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4576_G3_Seagrass%20dwelling%20Harpacticoida%2C%20Gazi%20Bay%2C%20Kenya%20%281991%29_Dasid4576_66152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4576_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'VUB_FAME; UGent_MARBIOL'^^xsd:string;
  dwc:collectionCode 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)'^^xsd:string;
  dwc:catalogNumber 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66152'^^xsd:string;
  dwc:scientificName 'Tisbintra nankaurica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '39.515'^^xsd:double;
  dwc:latitude '-4.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.55 -4.47, 39.55 -4.4, 39.48 -4.4, 39.48 -4.47, 39.55 -4.47))'^^xsd:string;
  dwc:aphiaid '212825'^^xsd:integer;
  dwc:samplingEffort '375 cm^2'^^xsd:string;
  dwc:samplingProtocol 'Transparent plastic core (leaves sampled in plastic bags: content poured over an 63 µm sieve)'^^xsd:string;
  dwc:occurrenceId 'Seagrass dwelling Harpacticoida, Gazi Bay, Kenya (1991)_Dasid4576_66152'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF